Html Css Color HEX #9F518D Violet Blue

📋 copy color: '#9F518D'

red 159 ◦ green 81 ◦ blue 141

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

Shades of Violet Blue #9F518D

Tints of Violet Blue #9F518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 41.73%
G = 21.26%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F518D (or 0x9F518D) is known color: Violet Blue. HEX triplet: 9F, 51 and 8D. RGB value is (159,81,141). Sum of RGB (Red+Green+Blue) = 159+81+141=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F518D is #60AE72. Grayscale: #6F6F6F. Windows color (decimal): -6336115 or 9261471. OLE color: 9261471.

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

Color convert

RGB 159 81 141 -
CMYK 0 0.49 0.11 0.38
HSL 313.85º 0.33% 0.47% -
HSV(B) 313.85º 0.49% 0.62% -
XYZ 22.05 15.18 26.97 -
YUV 111.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 159 81 141 0 0.49 0.11 0.38 313.85 0.33 0.47
Hex 9F 51 8D 0 31 B 26 13A 20 2F
Octal 237 121 215 0 61 13 46 472 40 57
Binary 10011111 1010001 10001101 0 110001 1011 100110 100111010 100000 101111

Color Harmonies of #9F518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F518D

Black with #9F518D

Text Example


Text Example

White with #9F518D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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