Html Css Color HEX #8519FF Blue Violet

📋 copy color: '#8519FF'

red 133 ◦ green 25 ◦ blue 255

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

Shades of Blue Violet #8519FF

Tints of Blue Violet #8519FF

RGB

 RED value IS 133 (52.34% from 255) = 32.2%

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

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

R = 32.2%
G = 6.05%
B = 61.74%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8519FF (or 0x8519FF) is known color: Blue Violet. HEX triplet: 85, 19 and FF. RGB value is (133,25,255). Sum of RGB (Red+Green+Blue) = 133+25+255=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #8519FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8519FF is #7AE600. Grayscale: #525252. Windows color (decimal): -8054273 or 16718213. OLE color: 16718213.

HSL color Cylindrical-coordinate representation of color #8519FF: hue angle of 268.17º 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 #8519FF is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 25 255 -
CMYK 0.48 0.90 0 0
HSL 268.17º 1% 0.55% -
HSV(B) 268.17º 0.9% 1% -
XYZ 28.07 12.9 95.62 -
YUV 83.51 224.78 163.3 -
System Red Green Blue C M Y K H S L
Decimal 133 25 255 0.48 0.90 0 0 268.17 1 0.55
Hex 85 19 FF 30 5A 0 0 10C 64 37
Octal 205 31 377 60 132 0 0 414 144 67
Binary 10000101 11001 11111111 110000 1011010 0 0 100001100 1100100 110111

Color Harmonies of #8519FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8519FF

Black with #8519FF

Text Example


Text Example

White with #8519FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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