#967380

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

Shades of Venus #967380

Tints of Venus #967380

Color information

#967380 (or 0x967380) is unknown color: approx Venus. HEX triplet: 96, 73 and 80. RGB value is (150,115,128). Sum of RGB (Red+Green+Blue) = 150+115+128=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #967380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967380 is #698C7F. Grayscale: #7E7E7E. Windows color (decimal): -6917248 or 8418198. OLE color: 8418198.

HSL color Cylindrical-coordinate representation of color #967380: hue angle of 337.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #967380 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150115128-
CMYK00.230.150.41
HSL337.71º14.29%51.96%-
HSV(B)337.71º23.33%58.82%-
XYZ22.620.323.15-
YUV126.95128.6144.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=38.17%
G=29.26%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011512800.230.150.41337.7114.2951.96
Hex967380017F29152e34
Octal22616320002717515221664
Binary1001011011100111000000001011111111010011010100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967380; }

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

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

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

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

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

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

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

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