Html Css Color HEX #8015DC Blue Violet

📋 copy color: '#8015DC'

red 128 ◦ green 21 ◦ blue 220

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

Shades of Blue Violet #8015DC

Tints of Blue Violet #8015DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 34.69%
G = 5.69%
B = 59.62%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8015DC (or 0x8015DC) is known color: Blue Violet. HEX triplet: 80, 15 and DC. RGB value is (128,21,220). Sum of RGB (Red+Green+Blue) = 128+21+220=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #8015DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8015DC is #7FEA23. Grayscale: #4A4A4A. Windows color (decimal): -8383012 or 14423424. OLE color: 14423424.

HSL color Cylindrical-coordinate representation of color #8015DC: hue angle of 272.26º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8015DC is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 21 220 -
CMYK 0.42 0.90 0 0.14
HSL 272.26º 0.83% 0.47% -
HSV(B) 272.26º 0.9% 0.86% -
XYZ 22.09 10.29 68.53 -
YUV 75.68 209.45 165.32 -
System Red Green Blue C M Y K H S L
Decimal 128 21 220 0.42 0.90 0 0.14 272.26 0.83 0.47
Hex 80 15 DC 2A 5A 0 E 110 53 2F
Octal 200 25 334 52 132 0 16 420 123 57
Binary 10000000 10101 11011100 101010 1011010 0 1110 100010000 1010011 101111

Color Harmonies of #8015DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015DC

Black with #8015DC

Text Example


Text Example

White with #8015DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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