#99769F

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

Shades of Ce Soir #99769F

Tints of Ce Soir #99769F

Color information

#99769F (or 0x99769F) is unknown color: approx Ce Soir. HEX triplet: 99, 76 and 9F. RGB value is (153,118,159). Sum of RGB (Red+Green+Blue) = 153+118+159=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #99769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99769F is #668960. Grayscale: #858585. Windows color (decimal): -6719841 or 10450585. OLE color: 10450585.

HSL color Cylindrical-coordinate representation of color #99769F: hue angle of 291.22º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99769F is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153118159-
CMYK0.040.2600.38
HSL291.22º17.6%54.31%-
HSV(B)291.22º25.79%62.35%-
XYZ25.8722.2335.73-
YUV133.14142.6142.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=35.58%
G=27.44%
B=36.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531181590.040.2600.38291.2217.654.31
Hex99769F41A0261231236
Octal2311662374320464432266
Binary1001100111101101001111110011010010011010010001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99769F; }

 p { color: rgb(153,118,159); }

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

<style>
 a { background-color: #99769F; }

 a { background-color: rgb(153,118,159); }

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

<style>
 span { border-color: #99769F; }

 span { border-color: rgb(153,118,159); }

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