Html Css Color HEX #9A66AB Ce Soir

📋 copy color: '#9A66AB'

red 154 ◦ green 102 ◦ blue 171

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

Shades of Ce Soir #9A66AB

Tints of Ce Soir #9A66AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.89%

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

R = 36.07%
G = 23.89%
B = 40.05%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A66AB (or 0x9A66AB) is known color: Ce Soir. HEX triplet: 9A, 66 and AB. RGB value is (154,102,171). Sum of RGB (Red+Green+Blue) = 154+102+171=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A66AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A66AB is #659954. Grayscale: #7D7D7D. Windows color (decimal): -6658389 or 11232922. OLE color: 11232922.

HSL color Cylindrical-coordinate representation of color #9A66AB: hue angle of 285.22º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A66AB is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 102 171 -
CMYK 0.10 0.40 0 0.33
HSL 285.22º 0.29% 0.54% -
HSV(B) 285.22º 0.4% 0.67% -
XYZ 25.43 19.31 40.92 -
YUV 125.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 154 102 171 0.10 0.40 0 0.33 285.22 0.29 0.54
Hex 9A 66 AB A 28 0 21 11D 1D 36
Octal 232 146 253 12 50 0 41 435 35 66
Binary 10011010 1100110 10101011 1010 101000 0 100001 100011101 11101 110110

Color Harmonies of #9A66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A66AB

Black with #9A66AB

Text Example


Text Example

White with #9A66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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