#91709D

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

Shades of Ce Soir #91709D

Tints of Ce Soir #91709D

Color information

#91709D (or 0x91709D) is unknown color: approx Ce Soir. HEX triplet: 91, 70 and 9D. RGB value is (145,112,157). Sum of RGB (Red+Green+Blue) = 145+112+157=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #91709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91709D is #6E8F62. Grayscale: #7E7E7E. Windows color (decimal): -7245667 or 10317969. OLE color: 10317969.

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

Color convert

RGB145112157-
CMYK0.080.2900.38
HSL284º18.67%52.75%-
HSV(B)284º28.66%61.57%-
XYZ23.5620.0434.53-
YUV127144.93140.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.02%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=35.02%
G=27.05%
B=37.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451121570.080.2900.3828418.6752.75
Hex91709D81D02611c1335
Octal22116023510350464342365
Binary10010001111000010011101100011101010011010001110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91709D; }

 p { color: rgb(145,112,157); }

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

<style>
 a { background-color: #91709D; }

 a { background-color: rgb(145,112,157); }

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

<style>
 span { border-color: #91709D; }

 span { border-color: rgb(145,112,157); }

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