Html Css Color HEX #9519D7 Dark Violet

📋 copy color: '#9519D7'

red 149 ◦ green 25 ◦ blue 215

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

Shades of Dark Violet #9519D7

Tints of Dark Violet #9519D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.27%

R = 38.3%
G = 6.43%
B = 55.27%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9519D7 (or 0x9519D7) is known color: Dark Violet. HEX triplet: 95, 19 and D7. RGB value is (149,25,215). Sum of RGB (Red+Green+Blue) = 149+25+215=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #9519D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9519D7 is #6AE628. Grayscale: #535353. Windows color (decimal): -7005737 or 14096789. OLE color: 14096789.

HSL color Cylindrical-coordinate representation of color #9519D7: hue angle of 279.16º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9519D7 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 25 215 -
CMYK 0.31 0.88 0 0.16
HSL 279.16º 0.79% 0.47% -
HSV(B) 279.16º 0.88% 0.84% -
XYZ 25.01 11.99 65.29 -
YUV 83.74 202.08 174.55 -
System Red Green Blue C M Y K H S L
Decimal 149 25 215 0.31 0.88 0 0.16 279.16 0.79 0.47
Hex 95 19 D7 1F 58 0 10 117 4F 2F
Octal 225 31 327 37 130 0 20 427 117 57
Binary 10010101 11001 11010111 11111 1011000 0 10000 100010111 1001111 101111

Color Harmonies of #9519D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9519D7

Black with #9519D7

Text Example


Text Example

White with #9519D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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