#906DA4

Color #906DA4 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #906DA4

Tints of Ce Soir #906DA4

Color information

#906DA4 (or 0x906DA4) is unknown color: approx Ce Soir. HEX triplet: 90, 6D and A4. RGB value is (144,109,164). Sum of RGB (Red+Green+Blue) = 144+109+164=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 164 - color contains mainly: blue. Hex color #906DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906DA4 is #6F925B. Grayscale: #7D7D7D. Windows color (decimal): -7311964 or 10775952. OLE color: 10775952.

HSL color Cylindrical-coordinate representation of color #906DA4: hue angle of 278.18º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #906DA4 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB144109164-
CMYK0.120.3400.36
HSL278.18º23.21%53.53%-
HSV(B)278.18º33.54%64.31%-
XYZ23.6719.5537.65-
YUV125.73149.6141.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 109 (42.97% from 255) = 26.14%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=34.53%
G=26.14%
B=39.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441091640.120.3400.36278.1823.2153.53
Hex906DA4C220241161736
Octal22015524414420444262766
Binary100100001101101101001001100100010010010010001011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #906DA4;
 }
 .AnyTagClassName
 {
   color: #906DA4;
 }
</style>
background-color css

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

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

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

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

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

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