Html Css Color HEX #9F5097 Violet Blue

📋 copy color: '#9F5097'

red 159 ◦ green 80 ◦ blue 151

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

Shades of Violet Blue #9F5097

Tints of Violet Blue #9F5097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.51%

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

R = 40.77%
G = 20.51%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9F5097 (or 0x9F5097) is known color: Violet Blue. HEX triplet: 9F, 50 and 97. RGB value is (159,80,151). Sum of RGB (Red+Green+Blue) = 159+80+151=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5097 is #60AF68. Grayscale: #6F6F6F. Windows color (decimal): -6336361 or 9916575. OLE color: 9916575.

HSL color Cylindrical-coordinate representation of color #9F5097: hue angle of 306.08º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5097 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 80 151 -
CMYK 0 0.50 0.05 0.38
HSL 306.08º 0.33% 0.47% -
HSV(B) 306.08º 0.5% 0.62% -
XYZ 22.75 15.34 31.04 -
YUV 111.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 159 80 151 0 0.50 0.05 0.38 306.08 0.33 0.47
Hex 9F 50 97 0 32 5 26 132 21 2F
Octal 237 120 227 0 62 5 46 462 41 57
Binary 10011111 1010000 10010111 0 110010 101 100110 100110010 100001 101111

Color Harmonies of #9F5097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5097

Black with #9F5097

Text Example


Text Example

White with #9F5097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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