#9869AA

Color #9869AA Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #9869AA

Tints of Ce Soir #9869AA

Color information

#9869AA (or 0x9869AA) is unknown color: approx 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

RGB152105170-
CMYK0.110.3800.33
HSL283.38º27.66%53.92%-
HSV(B)283.38º38.24%66.67%-
XYZ25.2619.6840.5-
YUV126.46152.57146.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=35.60%
G=24.59%
B=39.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521051700.110.3800.33283.3827.6653.92
Hex9869AAB2602111b1c36
Octal23015125213460414333466
Binary100110001101001101010101011100110010000110001101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9869AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>