#8202C2

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

Shades of Dark Violet #8202C2

Tints of Dark Violet #8202C2

Color information

#8202C2 (or 0x8202C2) is unknown color: approx Dark Violet. HEX triplet: 82, 02 and C2. RGB value is (130,2,194). Sum of RGB (Red+Green+Blue) = 130+2+194=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 194 (76.17% from 255 or 59.51% from 326); Max value from RGB is 194 - color contains mainly: blue. Hex color #8202C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8202C2 is #7DFD3D. Grayscale: #3D3D3D. Windows color (decimal): -8256830 or 12714626. OLE color: 12714626.

HSL color Cylindrical-coordinate representation of color #8202C2: hue angle of 280º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8202C2 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1302194-
CMYK0.330.9900.24
HSL280º97.96%38.43%-
HSV(B)280º98.97%76.08%-
XYZ18.978.6851.72-
YUV62.16202.41176.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 194 (76.17% from 255) = 59.51%
R=39.88%
G=0.61%
B=59.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13021940.330.9900.2428097.9638.43
Hex822C221630181186226
Octal20223024114303043014246
Binary10000010101100001010000111000110110001000110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8202C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8202C2; }

 p { color: rgb(130,2,194); }

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

<style>
 a { background-color: #8202C2; }

 a { background-color: rgb(130,2,194); }

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

<style>
 span { border-color: #8202C2; }

 span { border-color: rgb(130,2,194); }

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