#937380

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

Shades of Venus #937380

Tints of Venus #937380

Color information

#937380 (or 0x937380) is unknown color: approx Venus. HEX triplet: 93, 73 and 80. RGB value is (147,115,128). Sum of RGB (Red+Green+Blue) = 147+115+128=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #937380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937380 is #6C8C7F. Grayscale: #7E7E7E. Windows color (decimal): -7113856 or 8418195. OLE color: 8418195.

HSL color Cylindrical-coordinate representation of color #937380: hue angle of 335.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #937380 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB147115128-
CMYK00.220.130.42
HSL335.62º12.9%51.37%-
HSV(B)335.62º21.77%57.65%-
XYZ22.0620.0223.12-
YUV126.05129.1142.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.69%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=37.69%
G=29.49%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711512800.220.130.42335.6212.951.37
Hex937380016D2A150d33
Octal22316320002615525201563
Binary1001001111100111000000001011011011010101010100001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937380; }

 p { color: rgb(147,115,128); }

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

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

 a { background-color: rgb(147,115,128); }

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

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

 span { border-color: rgb(147,115,128); }

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