Html Css Color HEX #8015E5 Blue Violet

📋 copy color: '#8015E5'

red 128 ◦ green 21 ◦ blue 229

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

Shades of Blue Violet #8015E5

Tints of Blue Violet #8015E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 60.58%

R = 33.86%
G = 5.56%
B = 60.58%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8015E5 (or 0x8015E5) is known color: Blue Violet. HEX triplet: 80, 15 and E5. RGB value is (128,21,229). Sum of RGB (Red+Green+Blue) = 128+21+229=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 229 (89.84% from 255 or 60.58% from 378); Max value from RGB is 229 - color contains mainly: blue. Hex color #8015E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8015E5 is #7FEA1A. Grayscale: #4B4B4B. Windows color (decimal): -8383003 or 15013248. OLE color: 15013248.

HSL color Cylindrical-coordinate representation of color #8015E5: hue angle of 270.87º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8015E5 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 21 229 -
CMYK 0.44 0.91 0 0.10
HSL 270.87º 0.83% 0.49% -
HSV(B) 270.87º 0.91% 0.9% -
XYZ 23.31 10.78 74.98 -
YUV 76.71 213.95 164.59 -
System Red Green Blue C M Y K H S L
Decimal 128 21 229 0.44 0.91 0 0.10 270.87 0.83 0.49
Hex 80 15 E5 2C 5B 0 A 10F 53 31
Octal 200 25 345 54 133 0 12 417 123 61
Binary 10000000 10101 11100101 101100 1011011 0 1010 100001111 1010011 110001

Color Harmonies of #8015E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015E5

Black with #8015E5

Text Example


Text Example

White with #8015E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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