Html Css Color HEX #9F519C Violet Blue

📋 copy color: '#9F519C'

red 159 ◦ green 81 ◦ blue 156

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

Shades of Violet Blue #9F519C

Tints of Violet Blue #9F519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 40.15%
G = 20.45%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9F519C (or 0x9F519C) is known color: Violet Blue. HEX triplet: 9F, 51 and 9C. RGB value is (159,81,156). Sum of RGB (Red+Green+Blue) = 159+81+156=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F519C is #60AE63. Grayscale: #707070. Windows color (decimal): -6336100 or 10244511. OLE color: 10244511.

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

Color convert

RGB 159 81 156 -
CMYK 0 0.49 0.02 0.38
HSL 302.31º 0.33% 0.47% -
HSV(B) 302.31º 0.49% 0.62% -
XYZ 23.24 15.66 33.25 -
YUV 112.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 159 81 156 0 0.49 0.02 0.38 302.31 0.33 0.47
Hex 9F 51 9C 0 31 2 26 12E 20 2F
Octal 237 121 234 0 61 2 46 456 40 57
Binary 10011111 1010001 10011100 0 110001 10 100110 100101110 100000 101111

Color Harmonies of #9F519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F519C

Black with #9F519C

Text Example


Text Example

White with #9F519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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