Html Css Color HEX #9F519E Violet Blue

📋 copy color: '#9F519E'

red 159 ◦ green 81 ◦ blue 158

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

Shades of Violet Blue #9F519E

Tints of Violet Blue #9F519E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.7%

R = 39.95%
G = 20.35%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F519E (or 0x9F519E) is known color: Violet Blue. HEX triplet: 9F, 51 and 9E. RGB value is (159,81,158). Sum of RGB (Red+Green+Blue) = 159+81+158=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F519E is #60AE61. Grayscale: #707070. Windows color (decimal): -6336098 or 10375583. OLE color: 10375583.

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

Color convert

RGB 159 81 158 -
CMYK 0 0.49 0.01 0.38
HSL 300.77º 0.33% 0.47% -
HSV(B) 300.77º 0.49% 0.62% -
XYZ 23.41 15.72 34.15 -
YUV 113.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 159 81 158 0 0.49 0.01 0.38 300.77 0.33 0.47
Hex 9F 51 9E 0 31 1 26 12D 20 2F
Octal 237 121 236 0 61 1 46 455 40 57
Binary 10011111 1010001 10011110 0 110001 1 100110 100101101 100000 101111

Color Harmonies of #9F519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F519E

Black with #9F519E

Text Example


Text Example

White with #9F519E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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