Html Css Color HEX #8519DA Blue Violet

📋 copy color: '#8519DA'

red 133 ◦ green 25 ◦ blue 218

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

Shades of Blue Violet #8519DA

Tints of Blue Violet #8519DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.98%

R = 35.37%
G = 6.65%
B = 57.98%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8519DA (or 0x8519DA) is known color: Blue Violet. HEX triplet: 85, 19 and DA. RGB value is (133,25,218). Sum of RGB (Red+Green+Blue) = 133+25+218=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #8519DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8519DA is #7AE625. Grayscale: #4E4E4E. Windows color (decimal): -8054310 or 14293381. OLE color: 14293381.

HSL color Cylindrical-coordinate representation of color #8519DA: hue angle of 273.58º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8519DA is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 25 218 -
CMYK 0.39 0.89 0 0.15
HSL 273.58º 0.79% 0.48% -
HSV(B) 273.58º 0.89% 0.85% -
XYZ 22.68 10.74 67.21 -
YUV 79.29 206.28 166.31 -
System Red Green Blue C M Y K H S L
Decimal 133 25 218 0.39 0.89 0 0.15 273.58 0.79 0.48
Hex 85 19 DA 27 59 0 F 112 4F 30
Octal 205 31 332 47 131 0 17 422 117 60
Binary 10000101 11001 11011010 100111 1011001 0 1111 100010010 1001111 110000

Color Harmonies of #8519DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8519DA

Black with #8519DA

Text Example


Text Example

White with #8519DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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