#917299

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

Shades of Ce Soir #917299

Tints of Ce Soir #917299

Color information

#917299 (or 0x917299) is unknown color: approx Ce Soir. HEX triplet: 91, 72 and 99. RGB value is (145,114,153). Sum of RGB (Red+Green+Blue) = 145+114+153=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 153 - color contains mainly: blue. Hex color #917299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917299 is #6E8D66. Grayscale: #7F7F7F. Windows color (decimal): -7245159 or 10056337. OLE color: 10056337.

HSL color Cylindrical-coordinate representation of color #917299: hue angle of 287.69º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #917299 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB145114153-
CMYK0.050.2500.4
HSL287.69º16.05%52.35%-
HSV(B)287.69º25.49%60%-
XYZ23.4420.3532.83-
YUV127.72142.27140.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.19%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 153 (60.16% from 255) = 37.14%
R=35.19%
G=27.67%
B=37.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451141530.050.2500.4287.6916.0552.35
Hex9172995190281201034
Octal2211622315310504402064
Binary1001000111100101001100110111001010100010010000010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917299; }

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

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

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

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

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

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

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

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