Html Css Color HEX #9866AA Ce Soir

📋 copy color: '#9866AA'

red 152 ◦ green 102 ◦ blue 170

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

Shades of Ce Soir #9866AA

Tints of Ce Soir #9866AA

RGB

 RED value IS 152 (59.77% from 255) = 35.85%

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 35.85%
G = 24.06%
B = 40.09%

CMYK

 C value IS 0.11

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9866AA (or 0x9866AA) is known color: Ce Soir. HEX triplet: 98, 66 and AA. RGB value is (152,102,170). Sum of RGB (Red+Green+Blue) = 152+102+170=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #9866AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9866AA is #679955. Grayscale: #7C7C7C. Windows color (decimal): -6789462 or 11167384. OLE color: 11167384.

HSL color Cylindrical-coordinate representation of color #9866AA: hue angle of 284.12º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9866AA is Cyan = 0.11, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 102 170 -
CMYK 0.11 0.4 0 0.33
HSL 284.12º 0.29% 0.53% -
HSV(B) 284.12º 0.4% 0.67% -
XYZ 24.96 19.08 40.4 -
YUV 124.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 152 102 170 0.11 0.4 0 0.33 284.12 0.29 0.53
Hex 98 66 AA B 28 0 21 11C 1D 35
Octal 230 146 252 13 50 0 41 434 35 65
Binary 10011000 1100110 10101010 1011 101000 0 100001 100011100 11101 110101

Color Harmonies of #9866AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9866AA

Black with #9866AA

Text Example


Text Example

White with #9866AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9866AA; }

 p { color: rgb(152,102,170); }

 H1.HeaderClassName
 {
   color: #9866AA;
 }
 .AnyTagClassName
 {
   color: #9866AA;
 }
</style>

background-color css

<style>
 a { background-color: #9866AA; }

 a { background-color: rgb(152,102,170); }

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

border-color css

<style>
 span { border-color: #9866AA; }

 span { border-color: rgb(152,102,170); }

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