Html Css Color HEX #8015EB Blue Violet

📋 copy color: '#8015EB'

red 128 ◦ green 21 ◦ blue 235

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

Shades of Blue Violet #8015EB

Tints of Blue Violet #8015EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.2%

R = 33.33%
G = 5.47%
B = 61.2%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8015EB (or 0x8015EB) is known color: Blue Violet. HEX triplet: 80, 15 and EB. RGB value is (128,21,235). Sum of RGB (Red+Green+Blue) = 128+21+235=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #8015EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8015EB is #7FEA14. Grayscale: #4C4C4C. Windows color (decimal): -8382997 or 15406464. OLE color: 15406464.

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

Color convert

RGB 128 21 235 -
CMYK 0.46 0.91 0 0.08
HSL 270º 0.84% 0.5% -
HSV(B) 270º 0.91% 0.92% -
XYZ 24.17 11.12 79.47 -
YUV 77.39 216.95 164.1 -
System Red Green Blue C M Y K H S L
Decimal 128 21 235 0.46 0.91 0 0.08 270 0.84 0.5
Hex 80 15 EB 2E 5B 0 8 10E 54 32
Octal 200 25 353 56 133 0 10 416 124 62
Binary 10000000 10101 11101011 101110 1011011 0 1000 100001110 1010100 110010

Color Harmonies of #8015EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015EB

Black with #8015EB

Text Example


Text Example

White with #8015EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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