#90619E

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

Shades of Ce Soir #90619E

Tints of Ce Soir #90619E

Color information

#90619E (or 0x90619E) is unknown color: approx Ce Soir. HEX triplet: 90, 61 and 9E. RGB value is (144,97,158). Sum of RGB (Red+Green+Blue) = 144+97+158=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #90619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90619E is #6F9E61. Grayscale: #757575. Windows color (decimal): -7315042 or 10379664. OLE color: 10379664.

HSL color Cylindrical-coordinate representation of color #90619E: hue angle of 286.23º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90619E is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14497158-
CMYK0.090.3900.38
HSL286.23º23.92%50%-
HSV(B)286.23º38.61%61.96%-
XYZ21.9516.9534.46-
YUV118.01150.57146.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.09%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 158 (62.11% from 255) = 39.60%
R=36.09%
G=24.31%
B=39.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144971580.090.3900.38286.2323.9250
Hex90619E92702611e1832
Octal22014123611470464363062
Binary100100001100001100111101001100111010011010001111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90619E; }

 p { color: rgb(144,97,158); }

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

<style>
 a { background-color: #90619E; }

 a { background-color: rgb(144,97,158); }

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

<style>
 span { border-color: #90619E; }

 span { border-color: rgb(144,97,158); }

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