#8213C1

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

Shades of Dark Violet #8213C1

Tints of Dark Violet #8213C1

Color information

#8213C1 (or 0x8213C1) is unknown color: approx Dark Violet. HEX triplet: 82, 13 and C1. RGB value is (130,19,193). Sum of RGB (Red+Green+Blue) = 130+19+193=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #8213C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8213C1 is #7DEC3E. Grayscale: #474747. Windows color (decimal): -8252479 or 12653442. OLE color: 12653442.

HSL color Cylindrical-coordinate representation of color #8213C1: hue angle of 278.28º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8213C1 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13019193-
CMYK0.330.9000.24
HSL278.28º82.08%41.57%-
HSV(B)278.28º90.16%75.69%-
XYZ19.069.0651.2-
YUV72.03196.27169.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 19 (7.81% from 255) = 5.56%
BLUE value IS 193 (75.78% from 255) = 56.43%
R=38.01%
G=5.56%
B=56.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130191930.330.9000.24278.2882.0841.57
Hex8213C1215A018116522a
Octal202233014113203042612252
Binary10000010100111100000110000110110100110001000101101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8213C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8213C1; }

 p { color: rgb(130,19,193); }

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

<style>
 a { background-color: #8213C1; }

 a { background-color: rgb(130,19,193); }

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

<style>
 span { border-color: #8213C1; }

 span { border-color: rgb(130,19,193); }

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