Html Css Color HEX #906D99 Ce Soir

📋 copy color: '#906D99'

red 144 ◦ green 109 ◦ blue 153

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

Shades of Ce Soir #906D99

Tints of Ce Soir #906D99

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.85%

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

R = 35.47%
G = 26.85%
B = 37.68%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#906D99 (or 0x906D99) is known color: Ce Soir. HEX triplet: 90, 6D and 99. RGB value is (144,109,153). Sum of RGB (Red+Green+Blue) = 144+109+153=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #906D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906D99 is #6F9266. Grayscale: #7C7C7C. Windows color (decimal): -7311975 or 10055056. OLE color: 10055056.

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

Color convert

RGB 144 109 153 -
CMYK 0.06 0.29 0 0.4
HSL 287.73º 0.18% 0.51% -
HSV(B) 287.73º 0.29% 0.6% -
XYZ 22.72 19.17 32.64 -
YUV 124.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 144 109 153 0.06 0.29 0 0.4 287.73 0.18 0.51
Hex 90 6D 99 6 1D 0 28 120 12 33
Octal 220 155 231 6 35 0 50 440 22 63
Binary 10010000 1101101 10011001 110 11101 0 101000 100100000 10010 110011

Color Harmonies of #906D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906D99

Black with #906D99

Text Example


Text Example

White with #906D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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