Html Css Color HEX #9A7582 Venus

📋 copy color: '#9A7582'

red 154 ◦ green 117 ◦ blue 130

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

Shades of Venus #9A7582

Tints of Venus #9A7582

RGB

 RED value IS 154 (60.55% from 255) = 38.4%

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

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 38.4%
G = 29.18%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#9A7582 (or 0x9A7582) is known color: Venus. HEX triplet: 9A, 75 and 82. RGB value is (154,117,130). Sum of RGB (Red+Green+Blue) = 154+117+130=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7582 is #658A7D. Grayscale: #818181. Windows color (decimal): -6654590 or 8549786. OLE color: 8549786.

HSL color Cylindrical-coordinate representation of color #9A7582: hue angle of 338.92º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A7582 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 117 130 -
CMYK 0 0.24 0.16 0.40
HSL 338.92º 0.15% 0.53% -
HSV(B) 338.92º 0.24% 0.6% -
XYZ 23.72 21.2 23.96 -
YUV 129.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 154 117 130 0 0.24 0.16 0.40 338.92 0.15 0.53
Hex 9A 75 82 0 18 10 28 153 F 35
Octal 232 165 202 0 30 20 50 523 17 65
Binary 10011010 1110101 10000010 0 11000 10000 101000 101010011 1111 110101

Color Harmonies of #9A7582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7582

Black with #9A7582

Text Example


Text Example

White with #9A7582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7582; }

 p { color: rgb(154,117,130); }

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

background-color css

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

 a { background-color: rgb(154,117,130); }

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

border-color css

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

 span { border-color: rgb(154,117,130); }

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