Html Css Color HEX #9868AA Ce Soir

📋 copy color: '#9868AA'

red 152 ◦ green 104 ◦ blue 170

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

Shades of Ce Soir #9868AA

Tints of Ce Soir #9868AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.41%

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

R = 35.68%
G = 24.41%
B = 39.91%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9868AA (or 0x9868AA) is known color: Ce Soir. HEX triplet: 98, 68 and AA. RGB value is (152,104,170). Sum of RGB (Red+Green+Blue) = 152+104+170=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #9868AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9868AA is #679755. Grayscale: #7D7D7D. Windows color (decimal): -6788950 or 11167896. OLE color: 11167896.

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

Color convert

RGB 152 104 170 -
CMYK 0.11 0.39 0 0.33
HSL 283.64º 0.28% 0.54% -
HSV(B) 283.64º 0.39% 0.67% -
XYZ 25.15 19.48 40.46 -
YUV 125.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 152 104 170 0.11 0.39 0 0.33 283.64 0.28 0.54
Hex 98 68 AA B 27 0 21 11C 1C 36
Octal 230 150 252 13 47 0 41 434 34 66
Binary 10011000 1101000 10101010 1011 100111 0 100001 100011100 11100 110110

Color Harmonies of #9868AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9868AA

Black with #9868AA

Text Example


Text Example

White with #9868AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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