Html Css Color HEX #8015DD Blue Violet

📋 copy color: '#8015DD'

red 128 ◦ green 21 ◦ blue 221

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

Shades of Blue Violet #8015DD

Tints of Blue Violet #8015DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 34.59%
G = 5.68%
B = 59.73%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8015DD (or 0x8015DD) is known color: Blue Violet. HEX triplet: 80, 15 and DD. RGB value is (128,21,221). Sum of RGB (Red+Green+Blue) = 128+21+221=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #8015DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8015DD is #7FEA22. Grayscale: #4B4B4B. Windows color (decimal): -8383011 or 14488960. OLE color: 14488960.

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

Color convert

RGB 128 21 221 -
CMYK 0.42 0.90 0 0.13
HSL 272.1º 0.83% 0.47% -
HSV(B) 272.1º 0.9% 0.87% -
XYZ 22.22 10.35 69.23 -
YUV 75.79 209.95 165.24 -
System Red Green Blue C M Y K H S L
Decimal 128 21 221 0.42 0.90 0 0.13 272.1 0.83 0.47
Hex 80 15 DD 2A 5A 0 D 110 53 2F
Octal 200 25 335 52 132 0 15 420 123 57
Binary 10000000 10101 11011101 101010 1011010 0 1101 100010000 1010011 101111

Color Harmonies of #8015DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015DD

Black with #8015DD

Text Example


Text Example

White with #8015DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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