Html Css Color HEX #9A717F Venus

📋 copy color: '#9A717F'

red 154 ◦ green 113 ◦ blue 127

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

Shades of Venus #9A717F

Tints of Venus #9A717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.68%

 BLUE value IS 127 (50% from 255) = 32.23%

R = 39.09%
G = 28.68%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A717F (or 0x9A717F) is known color: Venus. HEX triplet: 9A, 71 and 7F. RGB value is (154,113,127). Sum of RGB (Red+Green+Blue) = 154+113+127=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 154 - color contains mainly: red. Hex color #9A717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A717F is #658E80. Grayscale: #7E7E7E. Windows color (decimal): -6655617 or 8352154. OLE color: 8352154.

HSL color Cylindrical-coordinate representation of color #9A717F: hue angle of 339.51º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A717F is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 113 127 -
CMYK 0 0.27 0.18 0.40
HSL 339.51º 0.17% 0.52% -
HSV(B) 339.51º 0.27% 0.6% -
XYZ 23.06 20.21 22.76 -
YUV 126.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 154 113 127 0 0.27 0.18 0.40 339.51 0.17 0.52
Hex 9A 71 7F 0 1B 12 28 154 11 34
Octal 232 161 177 0 33 22 50 524 21 64
Binary 10011010 1110001 1111111 0 11011 10010 101000 101010100 10001 110100

Color Harmonies of #9A717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A717F

Black with #9A717F

Text Example


Text Example

White with #9A717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,113,127); }

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

background-color css

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

 a { background-color: rgb(154,113,127); }

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

border-color css

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

 span { border-color: rgb(154,113,127); }

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