Html Css Color HEX #8015ED Blue Violet

📋 copy color: '#8015ED'

red 128 ◦ green 21 ◦ blue 237

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

Shades of Blue Violet #8015ED

Tints of Blue Violet #8015ED

RGB

 RED value IS 128 (50.39% from 255) = 33.16%

 GREEN value IS 21 (8.59% from 255) = 5.44%

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

R = 33.16%
G = 5.44%
B = 61.4%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8015ED (or 0x8015ED) is known color: Blue Violet. HEX triplet: 80, 15 and ED. RGB value is (128,21,237). Sum of RGB (Red+Green+Blue) = 128+21+237=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #8015ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8015ED is #7FEA12. Grayscale: #4C4C4C. Windows color (decimal): -8382995 or 15537536. OLE color: 15537536.

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

Color convert

RGB 128 21 237 -
CMYK 0.46 0.91 0 0.07
HSL 269.72º 0.86% 0.51% -
HSV(B) 269.72º 0.91% 0.93% -
XYZ 24.46 11.24 81 -
YUV 77.62 217.95 163.94 -
System Red Green Blue C M Y K H S L
Decimal 128 21 237 0.46 0.91 0 0.07 269.72 0.86 0.51
Hex 80 15 ED 2E 5B 0 7 10E 56 33
Octal 200 25 355 56 133 0 7 416 126 63
Binary 10000000 10101 11101101 101110 1011011 0 111 100001110 1010110 110011

Color Harmonies of #8015ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015ED

Black with #8015ED

Text Example


Text Example

White with #8015ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,21,237); }

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

background-color css

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

 a { background-color: rgb(128,21,237); }

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

border-color css

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

 span { border-color: rgb(128,21,237); }

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