#917880

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

Shades of Venus #917880

Tints of Venus #917880

Color information

#917880 (or 0x917880) is unknown color: approx Venus. HEX triplet: 91, 78 and 80. RGB value is (145,120,128). Sum of RGB (Red+Green+Blue) = 145+120+128=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #917880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917880 is #6E877F. Grayscale: #808080. Windows color (decimal): -7243648 or 8419473. OLE color: 8419473.

HSL color Cylindrical-coordinate representation of color #917880: hue angle of 340.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #917880 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145120128-
CMYK00.170.120.43
HSL340.8º10.2%51.96%-
HSV(B)340.8º17.24%56.86%-
XYZ22.2921.0123.3-
YUV128.39127.78139.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=36.90%
G=30.53%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512012800.170.120.43340.810.251.96
Hex917880011C2B155a34
Octal22117020002114535251264
Binary1001000111110001000000001000111001010111010101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917880; }

 p { color: rgb(145,120,128); }

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

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

 a { background-color: rgb(145,120,128); }

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

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

 span { border-color: rgb(145,120,128); }

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