Html Css Color HEX #8015BA Dark Violet

📋 copy color: '#8015BA'

red 128 ◦ green 21 ◦ blue 186

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

Shades of Dark Violet #8015BA

Tints of Dark Violet #8015BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.52%

R = 38.21%
G = 6.27%
B = 55.52%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8015BA (or 0x8015BA) is known color: Dark Violet. HEX triplet: 80, 15 and BA. RGB value is (128,21,186). Sum of RGB (Red+Green+Blue) = 128+21+186=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #8015BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8015BA is #7FEA45. Grayscale: #474747. Windows color (decimal): -8383046 or 12195200. OLE color: 12195200.

HSL color Cylindrical-coordinate representation of color #8015BA: hue angle of 278.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8015BA is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 21 186 -
CMYK 0.31 0.89 0 0.27
HSL 278.91º 0.8% 0.41% -
HSV(B) 278.91º 0.89% 0.73% -
XYZ 18.03 8.67 47.18 -
YUV 71.8 192.45 168.08 -
System Red Green Blue C M Y K H S L
Decimal 128 21 186 0.31 0.89 0 0.27 278.91 0.8 0.41
Hex 80 15 BA 1F 59 0 1B 117 50 29
Octal 200 25 272 37 131 0 33 427 120 51
Binary 10000000 10101 10111010 11111 1011001 0 11011 100010111 1010000 101001

Color Harmonies of #8015BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015BA

Black with #8015BA

Text Example


Text Example

White with #8015BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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