#90669C

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

Shades of Ce Soir #90669C

Tints of Ce Soir #90669C

Color information

#90669C (or 0x90669C) is unknown color: approx Ce Soir. HEX triplet: 90, 66 and 9C. RGB value is (144,102,156). Sum of RGB (Red+Green+Blue) = 144+102+156=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #90669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90669C is #6F9963. Grayscale: #787878. Windows color (decimal): -7313764 or 10249872. OLE color: 10249872.

HSL color Cylindrical-coordinate representation of color #90669C: hue angle of 286.67º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90669C is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB144102156-
CMYK0.080.3500.39
HSL286.67º21.43%50.59%-
HSV(B)286.67º34.62%61.18%-
XYZ22.2517.8333.72-
YUV120.71147.91144.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.82%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=35.82%
G=25.37%
B=38.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441021560.080.3500.39286.6721.4350.59
Hex90669C82302711f1533
Octal22014623410430474372563
Binary100100001100110100111001000100011010011110001111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90669C; }

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

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

<style>
 a { background-color: #90669C; }

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

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

<style>
 span { border-color: #90669C; }

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

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