Html Css Color HEX #906EAB Ce Soir

📋 copy color: '#906EAB'

red 144 ◦ green 110 ◦ blue 171

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

Shades of Ce Soir #906EAB

Tints of Ce Soir #906EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 33.88%
G = 25.88%
B = 40.24%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#906EAB (or 0x906EAB) is known color: Ce Soir. HEX triplet: 90, 6E and AB. RGB value is (144,110,171). Sum of RGB (Red+Green+Blue) = 144+110+171=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #906EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906EAB is #6F9154. Grayscale: #7E7E7E. Windows color (decimal): -7311701 or 11234960. OLE color: 11234960.

HSL color Cylindrical-coordinate representation of color #906EAB: hue angle of 273.44º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #906EAB is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 110 171 -
CMYK 0.16 0.36 0 0.33
HSL 273.44º 0.27% 0.55% -
HSV(B) 273.44º 0.36% 0.67% -
XYZ 24.43 20.02 41.11 -
YUV 127.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 144 110 171 0.16 0.36 0 0.33 273.44 0.27 0.55
Hex 90 6E AB 10 24 0 21 111 1B 37
Octal 220 156 253 20 44 0 41 421 33 67
Binary 10010000 1101110 10101011 10000 100100 0 100001 100010001 11011 110111

Color Harmonies of #906EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906EAB

Black with #906EAB

Text Example


Text Example

White with #906EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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