Html Css Color HEX #906999 Ce Soir

📋 copy color: '#906999'

red 144 ◦ green 105 ◦ blue 153

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

Shades of Ce Soir #906999

Tints of Ce Soir #906999

RGB

 RED value IS 144 (56.64% from 255) = 35.82%

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

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 35.82%
G = 26.12%
B = 38.06%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#906999 (or 0x906999) is known color: Ce Soir. HEX triplet: 90, 69 and 99. RGB value is (144,105,153). Sum of RGB (Red+Green+Blue) = 144+105+153=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #906999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906999 is #6F9666. Grayscale: #797979. Windows color (decimal): -7312999 or 10054032. OLE color: 10054032.

HSL color Cylindrical-coordinate representation of color #906999: hue angle of 288.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906999 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 105 153 -
CMYK 0.06 0.31 0 0.4
HSL 288.75º 0.19% 0.51% -
HSV(B) 288.75º 0.31% 0.6% -
XYZ 22.3 18.33 32.5 -
YUV 122.13 145.42 143.6 -
System Red Green Blue C M Y K H S L
Decimal 144 105 153 0.06 0.31 0 0.4 288.75 0.19 0.51
Hex 90 69 99 6 1F 0 28 121 13 33
Octal 220 151 231 6 37 0 50 441 23 63
Binary 10010000 1101001 10011001 110 11111 0 101000 100100001 10011 110011

Color Harmonies of #906999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906999

Black with #906999

Text Example


Text Example

White with #906999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906999; }

 p { color: rgb(144,105,153); }

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

background-color css

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

 a { background-color: rgb(144,105,153); }

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

border-color css

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

 span { border-color: rgb(144,105,153); }

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