#937884

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

Shades of Venus #937884

Tints of Venus #937884

Color information

#937884 (or 0x937884) is unknown color: approx Venus. HEX triplet: 93, 78 and 84. RGB value is (147,120,132). Sum of RGB (Red+Green+Blue) = 147+120+132=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #937884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937884 is #6C877B. Grayscale: #818181. Windows color (decimal): -7112572 or 8681619. OLE color: 8681619.

HSL color Cylindrical-coordinate representation of color #937884: hue angle of 333.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #937884 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB147120132-
CMYK00.180.100.42
HSL333.33º11.11%52.35%-
HSV(B)333.33º18.37%57.65%-
XYZ22.9121.324.73-
YUV129.44129.45140.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=36.84%
G=30.08%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712013200.180.100.42333.3311.1152.35
Hex937884012A2A14db34
Octal22317020402212525151364
Binary1001001111110001000010001001010101010101010011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937884; }

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

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

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

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

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

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

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

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