#9869A4

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

Shades of Ce Soir #9869A4

Tints of Ce Soir #9869A4

Color information

#9869A4 (or 0x9869A4) is unknown color: approx Ce Soir. HEX triplet: 98, 69 and A4. RGB value is (152,105,164). Sum of RGB (Red+Green+Blue) = 152+105+164=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #9869A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9869A4 is #67965B. Grayscale: #7D7D7D. Windows color (decimal): -6788700 or 10774936. OLE color: 10774936.

HSL color Cylindrical-coordinate representation of color #9869A4: hue angle of 287.8º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9869A4 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB152105164-
CMYK0.070.3600.36
HSL287.8º24.48%52.75%-
HSV(B)287.8º35.98%64.31%-
XYZ24.719.4637.58-
YUV125.78149.57146.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 164 (64.45% from 255) = 38.95%
R=36.10%
G=24.94%
B=38.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521051640.070.3600.36287.824.4852.75
Hex9869A47240241201835
Octal2301512447440444403065
Binary10011000110100110100100111100100010010010010000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9869A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9869A4;
 }
 .AnyTagClassName
 {
   color: #9869A4;
 }
</style>
background-color css

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

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

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

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

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

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