Html Css Color HEX #9519FE Blue Violet

📋 copy color: '#9519FE'

red 149 ◦ green 25 ◦ blue 254

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

Shades of Blue Violet #9519FE

Tints of Blue Violet #9519FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.35%

R = 34.81%
G = 5.84%
B = 59.35%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9519FE (or 0x9519FE) is known color: Blue Violet. HEX triplet: 95, 19 and FE. RGB value is (149,25,254). Sum of RGB (Red+Green+Blue) = 149+25+254=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #9519FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9519FE is #6AE601. Grayscale: #575757. Windows color (decimal): -7005698 or 16652693. OLE color: 16652693.

HSL color Cylindrical-coordinate representation of color #9519FE: hue angle of 272.49º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9519FE is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 25 254 -
CMYK 0.41 0.90 0 0.00
HSL 272.49º 0.99% 0.55% -
HSV(B) 272.49º 0.9% 1% -
XYZ 30.63 14.24 94.9 -
YUV 88.18 221.58 171.38 -
System Red Green Blue C M Y K H S L
Decimal 149 25 254 0.41 0.90 0 0.00 272.49 0.99 0.55
Hex 95 19 FE 29 5A 0 0 110 63 37
Octal 225 31 376 51 132 0 0 420 143 67
Binary 10010101 11001 11111110 101001 1011010 0 0 100010000 1100011 110111

Color Harmonies of #9519FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9519FE

Black with #9519FE

Text Example


Text Example

White with #9519FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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