Html Css Color HEX #8016BA Dark Violet

📋 copy color: '#8016BA'

red 128 ◦ green 22 ◦ blue 186

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

Shades of Dark Violet #8016BA

Tints of Dark Violet #8016BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.55%

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

R = 38.1%
G = 6.55%
B = 55.36%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8016BA (or 0x8016BA) is known color: Dark Violet. HEX triplet: 80, 16 and BA. RGB value is (128,22,186). Sum of RGB (Red+Green+Blue) = 128+22+186=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #8016BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8016BA is #7FE945. Grayscale: #474747. Windows color (decimal): -8382790 or 12195456. OLE color: 12195456.

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

Color convert

RGB 128 22 186 -
CMYK 0.31 0.88 0 0.27
HSL 278.78º 0.79% 0.41% -
HSV(B) 278.78º 0.88% 0.73% -
XYZ 18.05 8.71 47.18 -
YUV 72.39 192.12 167.66 -
System Red Green Blue C M Y K H S L
Decimal 128 22 186 0.31 0.88 0 0.27 278.78 0.79 0.41
Hex 80 16 BA 1F 58 0 1B 117 4F 29
Octal 200 26 272 37 130 0 33 427 117 51
Binary 10000000 10110 10111010 11111 1011000 0 11011 100010111 1001111 101001

Color Harmonies of #8016BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8016BA

Black with #8016BA

Text Example


Text Example

White with #8016BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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