#91729F

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

Shades of Ce Soir #91729F

Tints of Ce Soir #91729F

Color information

#91729F (or 0x91729F) is unknown color: approx Ce Soir. HEX triplet: 91, 72 and 9F. RGB value is (145,114,159). Sum of RGB (Red+Green+Blue) = 145+114+159=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #91729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91729F is #6E8D60. Grayscale: #808080. Windows color (decimal): -7245153 or 10449553. OLE color: 10449553.

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

Color convert

RGB145114159-
CMYK0.090.2800.38
HSL281.33º18.99%53.53%-
HSV(B)281.33º28.3%62.35%-
XYZ23.9520.5635.51-
YUV128.4145.27139.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=34.69%
G=27.27%
B=38.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451141590.090.2800.38281.3318.9953.53
Hex91729F91C0261191336
Octal22116223711340464312366
Binary10010001111001010011111100111100010011010001100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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