#906E9C

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

Shades of Ce Soir #906E9C

Tints of Ce Soir #906E9C

Color information

#906E9C (or 0x906E9C) is unknown color: approx Ce Soir. HEX triplet: 90, 6E and 9C. RGB value is (144,110,156). Sum of RGB (Red+Green+Blue) = 144+110+156=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #906E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906E9C is #6F9163. Grayscale: #7D7D7D. Windows color (decimal): -7311716 or 10251920. OLE color: 10251920.

HSL color Cylindrical-coordinate representation of color #906E9C: hue angle of 284.35º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #906E9C is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB144110156-
CMYK0.080.2900.39
HSL284.35º18.85%52.16%-
HSV(B)284.35º29.49%61.18%-
XYZ23.0819.4834-
YUV125.41145.26141.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.12%
GREEN value IS 110 (43.36% from 255) = 26.83%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=35.12%
G=26.83%
B=38.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441101560.080.2900.39284.3518.8552.16
Hex906E9C81D02711c1334
Octal22015623410350474342364
Binary10010000110111010011100100011101010011110001110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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