Html Css Color HEX #9F5196 Violet Blue

📋 copy color: '#9F5196'

red 159 ◦ green 81 ◦ blue 150

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

Shades of Violet Blue #9F5196

Tints of Violet Blue #9F5196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.46%

R = 40.77%
G = 20.77%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F5196 (or 0x9F5196) is known color: Violet Blue. HEX triplet: 9F, 51 and 96. RGB value is (159,81,150). Sum of RGB (Red+Green+Blue) = 159+81+150=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5196 is #60AE69. Grayscale: #6F6F6F. Windows color (decimal): -6336106 or 9851295. OLE color: 9851295.

HSL color Cylindrical-coordinate representation of color #9F5196: hue angle of 306.92º 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 #9F5196 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 81 150 -
CMYK 0 0.49 0.06 0.38
HSL 306.92º 0.33% 0.47% -
HSV(B) 306.92º 0.49% 0.62% -
XYZ 22.75 15.46 30.64 -
YUV 112.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 159 81 150 0 0.49 0.06 0.38 306.92 0.33 0.47
Hex 9F 51 96 0 31 6 26 133 20 2F
Octal 237 121 226 0 61 6 46 463 40 57
Binary 10011111 1010001 10010110 0 110001 110 100110 100110011 100000 101111

Color Harmonies of #9F5196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5196

Black with #9F5196

Text Example


Text Example

White with #9F5196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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