Html Css Color HEX #9869AA Ce Soir

📋 copy color: '#9869AA'

red 152 ◦ green 105 ◦ blue 170

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

Shades of Ce Soir #9869AA

Tints of Ce Soir #9869AA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.59%

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

R = 35.6%
G = 24.59%
B = 39.81%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9869AA (or 0x9869AA) is known color: Ce Soir. HEX triplet: 98, 69 and AA. RGB value is (152,105,170). Sum of RGB (Red+Green+Blue) = 152+105+170=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #9869AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9869AA is #679655. Grayscale: #7E7E7E. Windows color (decimal): -6788694 or 11168152. OLE color: 11168152.

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

Color convert

RGB 152 105 170 -
CMYK 0.11 0.38 0 0.33
HSL 283.38º 0.28% 0.54% -
HSV(B) 283.38º 0.38% 0.67% -
XYZ 25.26 19.68 40.5 -
YUV 126.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 152 105 170 0.11 0.38 0 0.33 283.38 0.28 0.54
Hex 98 69 AA B 26 0 21 11B 1C 36
Octal 230 151 252 13 46 0 41 433 34 66
Binary 10011000 1101001 10101010 1011 100110 0 100001 100011011 11100 110110

Color Harmonies of #9869AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9869AA

Black with #9869AA

Text Example


Text Example

White with #9869AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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