#820CB1

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

Shades of Dark Violet #820CB1

Tints of Dark Violet #820CB1

Color information

#820CB1 (or 0x820CB1) is unknown color: approx Dark Violet. HEX triplet: 82, 0C and B1. RGB value is (130,12,177). Sum of RGB (Red+Green+Blue) = 130+12+177=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #820CB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820CB1 is #7DF34E. Grayscale: #414141. Windows color (decimal): -8254287 or 11603074. OLE color: 11603074.

HSL color Cylindrical-coordinate representation of color #820CB1: hue angle of 282.91º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820CB1 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13012177-
CMYK0.270.9300.31
HSL282.91º87.3%37.06%-
HSV(B)282.91º93.22%69.41%-
XYZ17.278.1842.26-
YUV66.09190.59173.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 12 (5.08% from 255) = 3.76%
BLUE value IS 177 (69.53% from 255) = 55.49%
R=40.75%
G=3.76%
B=55.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130121770.270.9300.31282.9187.337.06
Hex82CB11B5D01F11b5725
Octal202142613313503743312745
Binary100000101100101100011101110111010111111000110111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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