#8216ba

Color #8216BA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8216BA

Tints of Dark Violet #8216BA

Color information

#8216BA (or 0x8216BA) is unknown color: approx Dark Violet. HEX triplet: 82, 16 and BA. RGB value is (130,22,186). Sum of RGB (Red+Green+Blue) = 130+22+186=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #8216BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8216BA is #7DE945. Grayscale: #484848. Windows color (decimal): -8251718 or 12195458. OLE color: 12195458.

HSL color Cylindrical-coordinate representation of color #8216BA: hue angle of 279.51º 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 #8216BA is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13022186-
CMYK0.300.8800.27
HSL279.51º78.85%40.78%-
HSV(B)279.51º88.17%72.94%-
XYZ18.368.8647.2-
YUV72.99191.78168.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 22 (8.98% from 255) = 6.51%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=38.46%
G=6.51%
B=55.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130221860.300.8800.27279.5178.8540.78
Hex8216BA1E5801B1184f29
Octal202262723613003343011751
Binary1000001010110101110101111010110000110111000110001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8216ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8216ba; }

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

 H1.HeaderClassName
 {
   color: #8216ba;
 }
 .AnyTagClassName
 {
   color: #8216ba;
 }
</style>
background-color css

<style>
 a { background-color: #8216ba; }

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

 div.DivClassName
 {
   background-color: #8216ba;
 }
 .BgClassName
 {
   background-color: #8216ba;
 }
</style>
border-color css

<style>
 span { border-color: #8216ba; }

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

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