Html Css Color HEX #9519DA Blue Violet

📋 copy color: '#9519DA'

red 149 ◦ green 25 ◦ blue 218

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

Shades of Blue Violet #9519DA

Tints of Blue Violet #9519DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.61%

R = 38.01%
G = 6.38%
B = 55.61%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9519DA (or 0x9519DA) is known color: Blue Violet. HEX triplet: 95, 19 and DA. RGB value is (149,25,218). Sum of RGB (Red+Green+Blue) = 149+25+218=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #9519DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9519DA is #6AE625. Grayscale: #535353. Windows color (decimal): -7005734 or 14293397. OLE color: 14293397.

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

Color convert

RGB 149 25 218 -
CMYK 0.32 0.89 0 0.15
HSL 278.55º 0.79% 0.48% -
HSV(B) 278.55º 0.89% 0.85% -
XYZ 25.4 12.15 67.34 -
YUV 84.08 203.58 174.31 -
System Red Green Blue C M Y K H S L
Decimal 149 25 218 0.32 0.89 0 0.15 278.55 0.79 0.48
Hex 95 19 DA 20 59 0 F 117 4F 30
Octal 225 31 332 40 131 0 17 427 117 60
Binary 10010101 11001 11011010 100000 1011001 0 1111 100010111 1001111 110000

Color Harmonies of #9519DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9519DA

Black with #9519DA

Text Example


Text Example

White with #9519DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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