Html Css Color HEX #9F5997 Violet Blue

📋 copy color: '#9F5997'

red 159 ◦ green 89 ◦ blue 151

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

Shades of Violet Blue #9F5997

Tints of Violet Blue #9F5997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.31%

 BLUE value IS 151 (59.38% from 255) = 37.84%

R = 39.85%
G = 22.31%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9F5997 (or 0x9F5997) is known color: Violet Blue. HEX triplet: 9F, 59 and 97. RGB value is (159,89,151). Sum of RGB (Red+Green+Blue) = 159+89+151=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5997 is #60A668. Grayscale: #747474. Windows color (decimal): -6334057 or 9918879. OLE color: 9918879.

HSL color Cylindrical-coordinate representation of color #9F5997: hue angle of 306.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5997 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 89 151 -
CMYK 0 0.44 0.05 0.38
HSL 306.86º 0.28% 0.49% -
HSV(B) 306.86º 0.44% 0.62% -
XYZ 23.46 16.75 31.27 -
YUV 117 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 159 89 151 0 0.44 0.05 0.38 306.86 0.28 0.49
Hex 9F 59 97 0 2C 5 26 133 1C 31
Octal 237 131 227 0 54 5 46 463 34 61
Binary 10011111 1011001 10010111 0 101100 101 100110 100110011 11100 110001

Color Harmonies of #9F5997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5997

Black with #9F5997

Text Example


Text Example

White with #9F5997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,89,151); }

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

background-color css

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

 a { background-color: rgb(159,89,151); }

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

border-color css

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

 span { border-color: rgb(159,89,151); }

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