#91619F

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

Shades of Ce Soir #91619F

Tints of Ce Soir #91619F

Color information

#91619F (or 0x91619F) is unknown color: approx Ce Soir. HEX triplet: 91, 61 and 9F. RGB value is (145,97,159). Sum of RGB (Red+Green+Blue) = 145+97+159=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #91619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91619F is #6E9E60. Grayscale: #767676. Windows color (decimal): -7249505 or 10445201. OLE color: 10445201.

HSL color Cylindrical-coordinate representation of color #91619F: hue angle of 286.45º 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 #91619F is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14597159-
CMYK0.090.3900.38
HSL286.45º24.41%50.2%-
HSV(B)286.45º38.99%62.35%-
XYZ22.2117.0734.93-
YUV118.42150.9146.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.16%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=36.16%
G=24.19%
B=39.65%

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
Decimal145971590.090.3900.38286.4524.4150.2
Hex91619F92702611e1832
Octal22114123711470464363062
Binary100100011100001100111111001100111010011010001111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91619F; }

 p { color: rgb(145,97,159); }

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

<style>
 a { background-color: #91619F; }

 a { background-color: rgb(145,97,159); }

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

<style>
 span { border-color: #91619F; }

 span { border-color: rgb(145,97,159); }

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