Html Css Color HEX #9519DC Blue Violet

📋 copy color: '#9519DC'

red 149 ◦ green 25 ◦ blue 220

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

Shades of Blue Violet #9519DC

Tints of Blue Violet #9519DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 37.82%
G = 6.35%
B = 55.84%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9519DC (or 0x9519DC) is known color: Blue Violet. HEX triplet: 95, 19 and DC. RGB value is (149,25,220). Sum of RGB (Red+Green+Blue) = 149+25+220=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #9519DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9519DC is #6AE623. Grayscale: #535353. Windows color (decimal): -7005732 or 14424469. OLE color: 14424469.

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

Color convert

RGB 149 25 220 -
CMYK 0.32 0.89 0 0.14
HSL 278.15º 0.8% 0.48% -
HSV(B) 278.15º 0.89% 0.86% -
XYZ 25.66 12.25 68.72 -
YUV 84.31 204.58 174.14 -
System Red Green Blue C M Y K H S L
Decimal 149 25 220 0.32 0.89 0 0.14 278.15 0.8 0.48
Hex 95 19 DC 20 59 0 E 116 50 30
Octal 225 31 334 40 131 0 16 426 120 60
Binary 10010101 11001 11011100 100000 1011001 0 1110 100010110 1010000 110000

Color Harmonies of #9519DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9519DC

Black with #9519DC

Text Example


Text Example

White with #9519DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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