Html Css Color HEX #9A6DAB Ce Soir

📋 copy color: '#9A6DAB'

red 154 ◦ green 109 ◦ blue 171

#9A6DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #9A6DAB

Tints of Ce Soir #9A6DAB

RGB

 RED value IS 154 (60.55% from 255) = 35.48%

 GREEN value IS 109 (42.97% from 255) = 25.12%

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 35.48%
G = 25.12%
B = 39.4%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9A6DAB (or 0x9A6DAB) is known color: Ce Soir. HEX triplet: 9A, 6D and AB. RGB value is (154,109,171). Sum of RGB (Red+Green+Blue) = 154+109+171=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A6DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6DAB is #659254. Grayscale: #818181. Windows color (decimal): -6656597 or 11234714. OLE color: 11234714.

HSL color Cylindrical-coordinate representation of color #9A6DAB: hue angle of 283.55º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A6DAB is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 109 171 -
CMYK 0.10 0.36 0 0.33
HSL 283.55º 0.27% 0.55% -
HSV(B) 283.55º 0.36% 0.67% -
XYZ 26.15 20.75 41.15 -
YUV 129.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 154 109 171 0.10 0.36 0 0.33 283.55 0.27 0.55
Hex 9A 6D AB A 24 0 21 11C 1B 37
Octal 232 155 253 12 44 0 41 434 33 67
Binary 10011010 1101101 10101011 1010 100100 0 100001 100011100 11011 110111

Color Harmonies of #9A6DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6DAB

Black with #9A6DAB

Text Example


Text Example

White with #9A6DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A6DAB; }

 p { color: rgb(154,109,171); }

 H1.HeaderClassName
 {
   color: #9A6DAB;
 }
 .AnyTagClassName
 {
   color: #9A6DAB;
 }
</style>

background-color css

<style>
 a { background-color: #9A6DAB; }

 a { background-color: rgb(154,109,171); }

 div.DivClassName
 {
   background-color: #9A6DAB;
 }
 .BgClassName
 {
   background-color: #9A6DAB;
 }
</style>

border-color css

<style>
 span { border-color: #9A6DAB; }

 span { border-color: rgb(154,109,171); }

 td.TdClassName
 {
   border-color: #9A6DAB;
 }
 .TagClassName
 {
   border-color: #9A6DAB;
 }
</style>