Html Css Color HEX #9519D8 Blue Violet

📋 copy color: '#9519D8'

red 149 ◦ green 25 ◦ blue 216

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

Shades of Blue Violet #9519D8

Tints of Blue Violet #9519D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.38%

R = 38.21%
G = 6.41%
B = 55.38%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9519D8 (or 0x9519D8) is known color: Blue Violet. HEX triplet: 95, 19 and D8. RGB value is (149,25,216). Sum of RGB (Red+Green+Blue) = 149+25+216=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 216 (84.77% from 255 or 55.38% from 390); Max value from RGB is 216 - color contains mainly: blue. Hex color #9519D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9519D8 is #6AE627. Grayscale: #535353. Windows color (decimal): -7005736 or 14162325. OLE color: 14162325.

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

Color convert

RGB 149 25 216 -
CMYK 0.31 0.88 0 0.15
HSL 278.95º 0.79% 0.47% -
HSV(B) 278.95º 0.88% 0.85% -
XYZ 25.14 12.04 65.97 -
YUV 83.85 202.58 174.47 -
System Red Green Blue C M Y K H S L
Decimal 149 25 216 0.31 0.88 0 0.15 278.95 0.79 0.47
Hex 95 19 D8 1F 58 0 F 117 4F 2F
Octal 225 31 330 37 130 0 17 427 117 57
Binary 10010101 11001 11011000 11111 1011000 0 1111 100010111 1001111 101111

Color Harmonies of #9519D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9519D8

Black with #9519D8

Text Example


Text Example

White with #9519D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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