Html Css Color HEX #9F5197 Violet Blue

📋 copy color: '#9F5197'

red 159 ◦ green 81 ◦ blue 151

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

Shades of Violet Blue #9F5197

Tints of Violet Blue #9F5197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.72%

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

R = 40.66%
G = 20.72%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9F5197 (or 0x9F5197) is known color: Violet Blue. HEX triplet: 9F, 51 and 97. RGB value is (159,81,151). Sum of RGB (Red+Green+Blue) = 159+81+151=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5197 is #60AE68. Grayscale: #707070. Windows color (decimal): -6336105 or 9916831. OLE color: 9916831.

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

Color convert

RGB 159 81 151 -
CMYK 0 0.49 0.05 0.38
HSL 306.15º 0.33% 0.47% -
HSV(B) 306.15º 0.49% 0.62% -
XYZ 22.83 15.49 31.06 -
YUV 112.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 159 81 151 0 0.49 0.05 0.38 306.15 0.33 0.47
Hex 9F 51 97 0 31 5 26 132 20 2F
Octal 237 121 227 0 61 5 46 462 40 57
Binary 10011111 1010001 10010111 0 110001 101 100110 100110010 100000 101111

Color Harmonies of #9F5197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5197

Black with #9F5197

Text Example


Text Example

White with #9F5197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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