Html Css Color HEX #9519FC Blue Violet

📋 copy color: '#9519FC'

red 149 ◦ green 25 ◦ blue 252

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

Shades of Blue Violet #9519FC

Tints of Blue Violet #9519FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.15%

R = 34.98%
G = 5.87%
B = 59.15%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9519FC (or 0x9519FC) is known color: Blue Violet. HEX triplet: 95, 19 and FC. RGB value is (149,25,252). Sum of RGB (Red+Green+Blue) = 149+25+252=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #9519FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9519FC is #6AE603. Grayscale: #575757. Windows color (decimal): -7005700 or 16521621. OLE color: 16521621.

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

Color convert

RGB 149 25 252 -
CMYK 0.41 0.90 0 0.01
HSL 272.78º 0.97% 0.54% -
HSV(B) 272.78º 0.9% 0.99% -
XYZ 30.31 14.11 93.22 -
YUV 87.95 220.58 171.54 -
System Red Green Blue C M Y K H S L
Decimal 149 25 252 0.41 0.90 0 0.01 272.78 0.97 0.54
Hex 95 19 FC 29 5A 0 1 111 61 36
Octal 225 31 374 51 132 0 1 421 141 66
Binary 10010101 11001 11111100 101001 1011010 0 1 100010001 1100001 110110

Color Harmonies of #9519FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9519FC

Black with #9519FC

Text Example


Text Example

White with #9519FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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