#820CAE

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

Shades of Dark Violet #820CAE

Tints of Dark Violet #820CAE

Color information

#820CAE (or 0x820CAE) is unknown color: approx Dark Violet. HEX triplet: 82, 0C and AE. RGB value is (130,12,174). Sum of RGB (Red+Green+Blue) = 130+12+174=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #820CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820CAE is #7DF351. Grayscale: #414141. Windows color (decimal): -8254290 or 11406466. OLE color: 11406466.

HSL color Cylindrical-coordinate representation of color #820CAE: hue angle of 283.7º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820CAE is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13012174-
CMYK0.250.9300.32
HSL283.7º87.1%36.47%-
HSV(B)283.7º93.1%68.24%-
XYZ16.988.0640.71-
YUV65.75189.09173.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 12 (5.08% from 255) = 3.80%
BLUE value IS 174 (68.36% from 255) = 55.06%
R=41.14%
G=3.80%
B=55.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130121740.250.9300.32283.787.136.47
Hex82CAE195D02011c5724
Octal202142563113504043412744
Binary1000001011001010111011001101110101000001000111001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820CAE; }

 p { color: rgb(130,12,174); }

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

<style>
 a { background-color: #820CAE; }

 a { background-color: rgb(130,12,174); }

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

<style>
 span { border-color: #820CAE; }

 span { border-color: rgb(130,12,174); }

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