#906FA4

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

Shades of Ce Soir #906FA4

Tints of Ce Soir #906FA4

Color information

#906FA4 (or 0x906FA4) is unknown color: approx Ce Soir. HEX triplet: 90, 6F and A4. RGB value is (144,111,164). Sum of RGB (Red+Green+Blue) = 144+111+164=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 164 - color contains mainly: blue. Hex color #906FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906FA4 is #6F905B. Grayscale: #7E7E7E. Windows color (decimal): -7311452 or 10776464. OLE color: 10776464.

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

Color convert

RGB144111164-
CMYK0.120.3200.36
HSL277.36º22.55%53.92%-
HSV(B)277.36º32.32%64.31%-
XYZ23.8919.9837.72-
YUV126.91148.93140.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=34.37%
G=26.49%
B=39.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441111640.120.3200.36277.3622.5553.92
Hex906FA4C200241151736
Octal22015724414400444252766
Binary100100001101111101001001100100000010010010001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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