#8210C4

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

Shades of Dark Violet #8210C4

Tints of Dark Violet #8210C4

Color information

#8210C4 (or 0x8210C4) is unknown color: approx Dark Violet. HEX triplet: 82, 10 and C4. RGB value is (130,16,196). Sum of RGB (Red+Green+Blue) = 130+16+196=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #8210C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8210C4 is #7DEF3B. Grayscale: #464646. Windows color (decimal): -8253244 or 12849282. OLE color: 12849282.

HSL color Cylindrical-coordinate representation of color #8210C4: hue angle of 278º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8210C4 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13016196-
CMYK0.340.9200.23
HSL278º84.91%41.57%-
HSV(B)278º91.84%76.86%-
XYZ19.369.152.96-
YUV70.61198.77170.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 16 (6.64% from 255) = 4.68%
BLUE value IS 196 (76.95% from 255) = 57.31%
R=38.01%
G=4.68%
B=57.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal130161960.340.9200.2327884.9141.57
Hex8210C4225C017116552a
Octal202203044213402742612552
Binary10000010100001100010010001010111000101111000101101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8210C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8210C4; }

 p { color: rgb(130,16,196); }

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

<style>
 a { background-color: #8210C4; }

 a { background-color: rgb(130,16,196); }

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

<style>
 span { border-color: #8210C4; }

 span { border-color: rgb(130,16,196); }

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