Html Css Color HEX #917481 Venus

📋 copy color: '#917481'

red 145 ◦ green 116 ◦ blue 129

#917481
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #917481

Tints of Venus #917481

RGB

 RED value IS 145 (57.03% from 255) = 37.18%

 GREEN value IS 116 (45.7% from 255) = 29.74%

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 37.18%
G = 29.74%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#917481 (or 0x917481) is known color: Venus. HEX triplet: 91, 74 and 81. RGB value is (145,116,129). Sum of RGB (Red+Green+Blue) = 145+116+129=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #917481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917481 is #6E8B7E. Grayscale: #7E7E7E. Windows color (decimal): -7244671 or 8483985. OLE color: 8483985.

HSL color Cylindrical-coordinate representation of color #917481: hue angle of 333.1º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #917481 is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 116 129 -
CMYK 0 0.2 0.11 0.43
HSL 333.1º 0.12% 0.51% -
HSV(B) 333.1º 0.2% 0.57% -
XYZ 21.88 20.1 23.49 -
YUV 126.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 145 116 129 0 0.2 0.11 0.43 333.1 0.12 0.51
Hex 91 74 81 0 14 B 2B 14D C 33
Octal 221 164 201 0 24 13 53 515 14 63
Binary 10010001 1110100 10000001 0 10100 1011 101011 101001101 1100 110011

Color Harmonies of #917481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917481

Black with #917481

Text Example


Text Example

White with #917481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917481; }

 p { color: rgb(145,116,129); }

 H1.HeaderClassName
 {
   color: #917481;
 }
 .AnyTagClassName
 {
   color: #917481;
 }
</style>

background-color css

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

 a { background-color: rgb(145,116,129); }

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

border-color css

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

 span { border-color: rgb(145,116,129); }

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