Html Css Color HEX #906B99 Ce Soir

📋 copy color: '#906B99'

red 144 ◦ green 107 ◦ blue 153

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

Shades of Ce Soir #906B99

Tints of Ce Soir #906B99

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.49%

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

R = 35.64%
G = 26.49%
B = 37.87%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#906B99 (or 0x906B99) is known color: Ce Soir. HEX triplet: 90, 6B and 99. RGB value is (144,107,153). Sum of RGB (Red+Green+Blue) = 144+107+153=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #906B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906B99 is #6F9466. Grayscale: #7B7B7B. Windows color (decimal): -7312487 or 10054544. OLE color: 10054544.

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

Color convert

RGB 144 107 153 -
CMYK 0.06 0.30 0 0.4
HSL 288.26º 0.18% 0.51% -
HSV(B) 288.26º 0.3% 0.6% -
XYZ 22.51 18.74 32.57 -
YUV 123.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 144 107 153 0.06 0.30 0 0.4 288.26 0.18 0.51
Hex 90 6B 99 6 1E 0 28 120 12 33
Octal 220 153 231 6 36 0 50 440 22 63
Binary 10010000 1101011 10011001 110 11110 0 101000 100100000 10010 110011

Color Harmonies of #906B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906B99

Black with #906B99

Text Example


Text Example

White with #906B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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