Html Css Color HEX #8519ED Blue Violet

📋 copy color: '#8519ED'

red 133 ◦ green 25 ◦ blue 237

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

Shades of Blue Violet #8519ED

Tints of Blue Violet #8519ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60%

R = 33.67%
G = 6.33%
B = 60%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8519ED (or 0x8519ED) is known color: Blue Violet. HEX triplet: 85, 19 and ED. RGB value is (133,25,237). Sum of RGB (Red+Green+Blue) = 133+25+237=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #8519ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8519ED is #7AE612. Grayscale: #505050. Windows color (decimal): -8054291 or 15538565. OLE color: 15538565.

HSL color Cylindrical-coordinate representation of color #8519ED: hue angle of 270.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8519ED is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 25 237 -
CMYK 0.44 0.89 0 0.07
HSL 270.57º 0.85% 0.51% -
HSV(B) 270.57º 0.89% 0.93% -
XYZ 25.31 11.8 81.06 -
YUV 81.46 215.78 164.76 -
System Red Green Blue C M Y K H S L
Decimal 133 25 237 0.44 0.89 0 0.07 270.57 0.85 0.51
Hex 85 19 ED 2C 59 0 7 10F 55 33
Octal 205 31 355 54 131 0 7 417 125 63
Binary 10000101 11001 11101101 101100 1011001 0 111 100001111 1010101 110011

Color Harmonies of #8519ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8519ED

Black with #8519ED

Text Example


Text Example

White with #8519ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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