#8206BB

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

Shades of Dark Violet #8206BB

Tints of Dark Violet #8206BB

Color information

#8206BB (or 0x8206BB) is unknown color: approx Dark Violet. HEX triplet: 82, 06 and BB. RGB value is (130,6,187). Sum of RGB (Red+Green+Blue) = 130+6+187=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #8206BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8206BB is #7DF944. Grayscale: #3F3F3F. Windows color (decimal): -8255813 or 12256898. OLE color: 12256898.

HSL color Cylindrical-coordinate representation of color #8206BB: hue angle of 281.1º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8206BB is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1306187-
CMYK0.300.9700.27
HSL281.1º93.78%37.84%-
HSV(B)281.1º96.79%73.33%-
XYZ18.248.4647.69-
YUV63.71197.58175.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 6 (2.73% from 255) = 1.86%
BLUE value IS 187 (73.44% from 255) = 57.89%
R=40.25%
G=1.86%
B=57.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13061870.300.9700.27281.193.7837.84
Hex826BB1E6101B1195e26
Octal20262733614103343113646
Binary10000010110101110111111011000010110111000110011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8206BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8206BB; }

 p { color: rgb(130,6,187); }

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

<style>
 a { background-color: #8206BB; }

 a { background-color: rgb(130,6,187); }

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

<style>
 span { border-color: #8206BB; }

 span { border-color: rgb(130,6,187); }

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