#917882

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

Shades of Venus #917882

Tints of Venus #917882

Color information

#917882 (or 0x917882) is unknown color: approx Venus. HEX triplet: 91, 78 and 82. RGB value is (145,120,130). Sum of RGB (Red+Green+Blue) = 145+120+130=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #917882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917882 is #6E877D. Grayscale: #808080. Windows color (decimal): -7243646 or 8550545. OLE color: 8550545.

HSL color Cylindrical-coordinate representation of color #917882: hue angle of 336º 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 #917882 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB145120130-
CMYK00.170.100.43
HSL336º10.2%51.96%-
HSV(B)336º17.24%56.86%-
XYZ22.4221.0624-
YUV128.61128.78139.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=36.71%
G=30.38%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512013000.170.100.4333610.251.96
Hex917882011A2B150a34
Octal22117020202112535201264
Binary1001000111110001000001001000110101010111010100001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917882; }

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

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

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

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

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

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

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

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