Html Css Color HEX #9F7A88 Venus

📋 copy color: '#9F7A88'

red 159 ◦ green 122 ◦ blue 136

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

Shades of Venus #9F7A88

Tints of Venus #9F7A88

RGB

 RED value IS 159 (62.5% from 255) = 38.13%

 GREEN value IS 122 (48.05% from 255) = 29.26%

 BLUE value IS 136 (53.52% from 255) = 32.61%

R = 38.13%
G = 29.26%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F7A88 (or 0x9F7A88) is known color: Venus. HEX triplet: 9F, 7A and 88. RGB value is (159,122,136). Sum of RGB (Red+Green+Blue) = 159+122+136=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7A88 is #608577. Grayscale: #868686. Windows color (decimal): -6325624 or 8944287. OLE color: 8944287.

HSL color Cylindrical-coordinate representation of color #9F7A88: hue angle of 337.3º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F7A88 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 122 136 -
CMYK 0 0.23 0.14 0.38
HSL 337.3º 0.16% 0.55% -
HSV(B) 337.3º 0.23% 0.62% -
XYZ 25.7 23.07 26.39 -
YUV 134.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 159 122 136 0 0.23 0.14 0.38 337.3 0.16 0.55
Hex 9F 7A 88 0 17 E 26 151 10 37
Octal 237 172 210 0 27 16 46 521 20 67
Binary 10011111 1111010 10001000 0 10111 1110 100110 101010001 10000 110111

Color Harmonies of #9F7A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7A88

Black with #9F7A88

Text Example


Text Example

White with #9F7A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,122,136); }

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

background-color css

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

 a { background-color: rgb(159,122,136); }

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

border-color css

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

 span { border-color: rgb(159,122,136); }

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