Html Css Color HEX #8015EF Blue Violet

📋 copy color: '#8015EF'

red 128 ◦ green 21 ◦ blue 239

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

Shades of Blue Violet #8015EF

Tints of Blue Violet #8015EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.6%

R = 32.99%
G = 5.41%
B = 61.6%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8015EF (or 0x8015EF) is known color: Blue Violet. HEX triplet: 80, 15 and EF. RGB value is (128,21,239). Sum of RGB (Red+Green+Blue) = 128+21+239=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #8015EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8015EF is #7FEA10. Grayscale: #4D4D4D. Windows color (decimal): -8382993 or 15668608. OLE color: 15668608.

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

Color convert

RGB 128 21 239 -
CMYK 0.46 0.91 0 0.06
HSL 269.45º 0.87% 0.51% -
HSV(B) 269.45º 0.91% 0.94% -
XYZ 24.75 11.36 82.55 -
YUV 77.85 218.95 163.77 -
System Red Green Blue C M Y K H S L
Decimal 128 21 239 0.46 0.91 0 0.06 269.45 0.87 0.51
Hex 80 15 EF 2E 5B 0 6 10D 57 33
Octal 200 25 357 56 133 0 6 415 127 63
Binary 10000000 10101 11101111 101110 1011011 0 110 100001101 1010111 110011

Color Harmonies of #8015EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015EF

Black with #8015EF

Text Example


Text Example

White with #8015EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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