Html Css Color HEX #9519D1 Dark Violet

📋 copy color: '#9519D1'

red 149 ◦ green 25 ◦ blue 209

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

Shades of Dark Violet #9519D1

Tints of Dark Violet #9519D1

RGB

 RED value IS 149 (58.59% from 255) = 38.9%

 GREEN value IS 25 (10.16% from 255) = 6.53%

 BLUE value IS 209 (82.03% from 255) = 54.57%

R = 38.9%
G = 6.53%
B = 54.57%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9519D1 (or 0x9519D1) is known color: Dark Violet. HEX triplet: 95, 19 and D1. RGB value is (149,25,209). Sum of RGB (Red+Green+Blue) = 149+25+209=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 209 (82.03% from 255 or 54.57% from 383); Max value from RGB is 209 - color contains mainly: blue. Hex color #9519D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9519D1 is #6AE62E. Grayscale: #525252. Windows color (decimal): -7005743 or 13703573. OLE color: 13703573.

HSL color Cylindrical-coordinate representation of color #9519D1: hue angle of 280.43º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9519D1 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 25 209 -
CMYK 0.29 0.88 0 0.18
HSL 280.43º 0.79% 0.46% -
HSV(B) 280.43º 0.88% 0.82% -
XYZ 24.25 11.69 61.3 -
YUV 83.05 199.08 175.04 -
System Red Green Blue C M Y K H S L
Decimal 149 25 209 0.29 0.88 0 0.18 280.43 0.79 0.46
Hex 95 19 D1 1D 58 0 12 118 4F 2E
Octal 225 31 321 35 130 0 22 430 117 56
Binary 10010101 11001 11010001 11101 1011000 0 10010 100011000 1001111 101110

Color Harmonies of #9519D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9519D1

Black with #9519D1

Text Example


Text Example

White with #9519D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9519D1; }

 p { color: rgb(149,25,209); }

 H1.HeaderClassName
 {
   color: #9519D1;
 }
 .AnyTagClassName
 {
   color: #9519D1;
 }
</style>

background-color css

<style>
 a { background-color: #9519D1; }

 a { background-color: rgb(149,25,209); }

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

border-color css

<style>
 span { border-color: #9519D1; }

 span { border-color: rgb(149,25,209); }

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