#91719E

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

Shades of Ce Soir #91719E

Tints of Ce Soir #91719E

Color information

#91719E (or 0x91719E) is unknown color: approx Ce Soir. HEX triplet: 91, 71 and 9E. RGB value is (145,113,158). Sum of RGB (Red+Green+Blue) = 145+113+158=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 158 - color contains mainly: blue. Hex color #91719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91719E is #6E8E61. Grayscale: #7F7F7F. Windows color (decimal): -7245410 or 10383761. OLE color: 10383761.

HSL color Cylindrical-coordinate representation of color #91719E: hue angle of 282.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91719E is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB145113158-
CMYK0.080.2800.38
HSL282.67º18.83%53.14%-
HSV(B)282.67º28.48%61.96%-
XYZ23.7520.335.01-
YUV127.7145.1140.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=34.86%
G=27.16%
B=37.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451131580.080.2800.38282.6718.8353.14
Hex91719E81C02611b1335
Octal22116123610340464332365
Binary10010001111000110011110100011100010011010001101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,113,158); }

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

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

 a { background-color: rgb(145,113,158); }

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

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

 span { border-color: rgb(145,113,158); }

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