Html Css Color HEX #9519FF Blue Violet

📋 copy color: '#9519FF'

red 149 ◦ green 25 ◦ blue 255

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

Shades of Blue Violet #9519FF

Tints of Blue Violet #9519FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.44%

R = 34.73%
G = 5.83%
B = 59.44%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9519FF (or 0x9519FF) is known color: Blue Violet. HEX triplet: 95, 19 and FF. RGB value is (149,25,255). Sum of RGB (Red+Green+Blue) = 149+25+255=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #9519FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9519FF is #6AE600. Grayscale: #575757. Windows color (decimal): -7005697 or 16718229. OLE color: 16718229.

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

Color convert

RGB 149 25 255 -
CMYK 0.42 0.90 0 0
HSL 272.35º 1% 0.55% -
HSV(B) 272.35º 0.9% 1% -
XYZ 30.79 14.3 95.75 -
YUV 88.3 222.08 171.3 -
System Red Green Blue C M Y K H S L
Decimal 149 25 255 0.42 0.90 0 0 272.35 1 0.55
Hex 95 19 FF 2A 5A 0 0 110 64 37
Octal 225 31 377 52 132 0 0 420 144 67
Binary 10010101 11001 11111111 101010 1011010 0 0 100010000 1100100 110111

Color Harmonies of #9519FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9519FF

Black with #9519FF

Text Example


Text Example

White with #9519FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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