Html Css Color HEX #917580 Venus

📋 copy color: '#917580'

red 145 ◦ green 117 ◦ blue 128

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

Shades of Venus #917580

Tints of Venus #917580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 37.18%
G = 30%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#917580 (or 0x917580) is known color: Venus. HEX triplet: 91, 75 and 80. RGB value is (145,117,128). Sum of RGB (Red+Green+Blue) = 145+117+128=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #917580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917580 is #6E8A7F. Grayscale: #7E7E7E. Windows color (decimal): -7244416 or 8418705. OLE color: 8418705.

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

Color convert

RGB 145 117 128 -
CMYK 0 0.19 0.12 0.43
HSL 336.43º 0.11% 0.51% -
HSV(B) 336.43º 0.19% 0.57% -
XYZ 21.93 20.3 23.18 -
YUV 126.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 145 117 128 0 0.19 0.12 0.43 336.43 0.11 0.51
Hex 91 75 80 0 13 C 2B 150 B 33
Octal 221 165 200 0 23 14 53 520 13 63
Binary 10010001 1110101 10000000 0 10011 1100 101011 101010000 1011 110011

Color Harmonies of #917580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917580

Black with #917580

Text Example


Text Example

White with #917580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917580; }

 p { color: rgb(145,117,128); }

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

background-color css

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

 a { background-color: rgb(145,117,128); }

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

border-color css

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

 span { border-color: rgb(145,117,128); }

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