Html Css Color HEX #906E99 Ce Soir

📋 copy color: '#906E99'

red 144 ◦ green 110 ◦ blue 153

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

Shades of Ce Soir #906E99

Tints of Ce Soir #906E99

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.03%

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

R = 35.38%
G = 27.03%
B = 37.59%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#906E99 (or 0x906E99) is known color: Ce Soir. HEX triplet: 90, 6E and 99. RGB value is (144,110,153). Sum of RGB (Red+Green+Blue) = 144+110+153=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #906E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906E99 is #6F9166. Grayscale: #7C7C7C. Windows color (decimal): -7311719 or 10055312. OLE color: 10055312.

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

Color convert

RGB 144 110 153 -
CMYK 0.06 0.28 0 0.4
HSL 287.44º 0.17% 0.52% -
HSV(B) 287.44º 0.28% 0.6% -
XYZ 22.83 19.38 32.67 -
YUV 125.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 144 110 153 0.06 0.28 0 0.4 287.44 0.17 0.52
Hex 90 6E 99 6 1C 0 28 11F 11 34
Octal 220 156 231 6 34 0 50 437 21 64
Binary 10010000 1101110 10011001 110 11100 0 101000 100011111 10001 110100

Color Harmonies of #906E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906E99

Black with #906E99

Text Example


Text Example

White with #906E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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