Html Css Color HEX #906EAA Ce Soir

📋 copy color: '#906EAA'

red 144 ◦ green 110 ◦ blue 170

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

Shades of Ce Soir #906EAA

Tints of Ce Soir #906EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 33.96%
G = 25.94%
B = 40.09%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#906EAA (or 0x906EAA) is known color: Ce Soir. HEX triplet: 90, 6E and AA. RGB value is (144,110,170). Sum of RGB (Red+Green+Blue) = 144+110+170=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #906EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906EAA is #6F9155. Grayscale: #7E7E7E. Windows color (decimal): -7311702 or 11169424. OLE color: 11169424.

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

Color convert

RGB 144 110 170 -
CMYK 0.15 0.35 0 0.33
HSL 274º 0.26% 0.55% -
HSV(B) 274º 0.35% 0.67% -
XYZ 24.33 19.98 40.6 -
YUV 127.01 152.26 140.12 -
System Red Green Blue C M Y K H S L
Decimal 144 110 170 0.15 0.35 0 0.33 274 0.26 0.55
Hex 90 6E AA F 23 0 21 112 1A 37
Octal 220 156 252 17 43 0 41 422 32 67
Binary 10010000 1101110 10101010 1111 100011 0 100001 100010010 11010 110111

Color Harmonies of #906EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906EAA

Black with #906EAA

Text Example


Text Example

White with #906EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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