Html Css Color HEX #8015EC Blue Violet

📋 copy color: '#8015EC'

red 128 ◦ green 21 ◦ blue 236

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

Shades of Blue Violet #8015EC

Tints of Blue Violet #8015EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.3%

R = 33.25%
G = 5.45%
B = 61.3%

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

#8015EC (or 0x8015EC) is known color: Blue Violet. HEX triplet: 80, 15 and EC. RGB value is (128,21,236). Sum of RGB (Red+Green+Blue) = 128+21+236=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #8015EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8015EC is #7FEA13. Grayscale: #4C4C4C. Windows color (decimal): -8382996 or 15472000. OLE color: 15472000.

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

Color convert

RGB 128 21 236 -
CMYK 0.46 0.91 0 0.07
HSL 269.86º 0.85% 0.5% -
HSV(B) 269.86º 0.91% 0.93% -
XYZ 24.31 11.18 80.23 -
YUV 77.5 217.45 164.02 -
System Red Green Blue C M Y K H S L
Decimal 128 21 236 0.46 0.91 0 0.07 269.86 0.85 0.5
Hex 80 15 EC 2E 5B 0 7 10E 55 32
Octal 200 25 354 56 133 0 7 416 125 62
Binary 10000000 10101 11101100 101110 1011011 0 111 100001110 1010101 110010

Color Harmonies of #8015EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015EC

Black with #8015EC

Text Example


Text Example

White with #8015EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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