#917884

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

Shades of Venus #917884

Tints of Venus #917884

Color information

#917884 (or 0x917884) is unknown color: approx Venus. HEX triplet: 91, 78 and 84. RGB value is (145,120,132). Sum of RGB (Red+Green+Blue) = 145+120+132=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #917884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917884 is #6E877B. Grayscale: #808080. Windows color (decimal): -7243644 or 8681617. OLE color: 8681617.

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

Color convert

RGB145120132-
CMYK00.170.090.43
HSL331.2º10.2%51.96%-
HSV(B)331.2º17.24%56.86%-
XYZ22.5621.1224.72-
YUV128.84129.78139.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=36.52%
G=30.23%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512013200.170.090.43331.210.251.96
Hex91788401192B14ba34
Octal22117020402111535131264
Binary1001000111110001000010001000110011010111010010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917884; }

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

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

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

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

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

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

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

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