#8211BC

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

Shades of Dark Violet #8211BC

Tints of Dark Violet #8211BC

Color information

#8211BC (or 0x8211BC) is unknown color: approx Dark Violet. HEX triplet: 82, 11 and BC. RGB value is (130,17,188). Sum of RGB (Red+Green+Blue) = 130+17+188=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #8211BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8211BC is #7DEE43. Grayscale: #454545. Windows color (decimal): -8252996 or 12325250. OLE color: 12325250.

HSL color Cylindrical-coordinate representation of color #8211BC: hue angle of 279.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8211BC is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13017188-
CMYK0.310.9100.26
HSL279.65º83.41%40.2%-
HSV(B)279.65º90.96%73.73%-
XYZ18.488.7848.3-
YUV70.28194.44170.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 17 (7.03% from 255) = 5.07%
BLUE value IS 188 (73.83% from 255) = 56.12%
R=38.81%
G=5.07%
B=56.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130171880.310.9100.26279.6583.4140.2
Hex8211BC1F5B01A1185328
Octal202212743713303243012350
Binary1000001010001101111001111110110110110101000110001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8211BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8211BC; }

 p { color: rgb(130,17,188); }

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

<style>
 a { background-color: #8211BC; }

 a { background-color: rgb(130,17,188); }

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

<style>
 span { border-color: #8211BC; }

 span { border-color: rgb(130,17,188); }

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