#907981

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

Shades of Venus #907981

Tints of Venus #907981

Color information

#907981 (or 0x907981) is unknown color: approx Venus. HEX triplet: 90, 79 and 81. RGB value is (144,121,129). Sum of RGB (Red+Green+Blue) = 144+121+129=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #907981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907981 is #6F867E. Grayscale: #808080. Windows color (decimal): -7308927 or 8485264. OLE color: 8485264.

HSL color Cylindrical-coordinate representation of color #907981: hue angle of 339.13º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #907981 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB144121129-
CMYK00.160.100.44
HSL339.13º9.39%51.96%-
HSV(B)339.13º15.97%56.47%-
XYZ22.321.1923.68-
YUV128.79128.12138.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.55%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 129 (50.78% from 255) = 32.74%
R=36.55%
G=30.71%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412112900.160.100.44339.139.3951.96
Hex907981010A2C153934
Octal22017120102012545231164
Binary1001000011110011000000101000010101011001010100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907981; }

 p { color: rgb(144,121,129); }

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

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

 a { background-color: rgb(144,121,129); }

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

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

 span { border-color: rgb(144,121,129); }

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