Html Css Color HEX #9519EA Blue Violet

📋 copy color: '#9519EA'

red 149 ◦ green 25 ◦ blue 234

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

Shades of Blue Violet #9519EA

Tints of Blue Violet #9519EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.35%

R = 36.52%
G = 6.13%
B = 57.35%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9519EA (or 0x9519EA) is known color: Blue Violet. HEX triplet: 95, 19 and EA. RGB value is (149,25,234). Sum of RGB (Red+Green+Blue) = 149+25+234=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #9519EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9519EA is #6AE615. Grayscale: #555555. Windows color (decimal): -7005718 or 15341973. OLE color: 15341973.

HSL color Cylindrical-coordinate representation of color #9519EA: hue angle of 275.6º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9519EA is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 25 234 -
CMYK 0.36 0.89 0 0.08
HSL 275.6º 0.83% 0.51% -
HSV(B) 275.6º 0.89% 0.92% -
XYZ 27.59 13.03 78.9 -
YUV 85.9 211.58 173.01 -
System Red Green Blue C M Y K H S L
Decimal 149 25 234 0.36 0.89 0 0.08 275.6 0.83 0.51
Hex 95 19 EA 24 59 0 8 114 53 33
Octal 225 31 352 44 131 0 10 424 123 63
Binary 10010101 11001 11101010 100100 1011001 0 1000 100010100 1010011 110011

Color Harmonies of #9519EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9519EA

Black with #9519EA

Text Example


Text Example

White with #9519EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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