#820CB3

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

Shades of Dark Violet #820CB3

Tints of Dark Violet #820CB3

Color information

#820CB3 (or 0x820CB3) is unknown color: approx Dark Violet. HEX triplet: 82, 0C and B3. RGB value is (130,12,179). Sum of RGB (Red+Green+Blue) = 130+12+179=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #820CB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820CB3 is #7DF34C. Grayscale: #414141. Windows color (decimal): -8254285 or 11734146. OLE color: 11734146.

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

Color convert

RGB13012179-
CMYK0.270.9300.30
HSL282.4º87.43%37.45%-
HSV(B)282.4º93.3%70.2%-
XYZ17.478.2643.32-
YUV66.32191.59173.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 12 (5.08% from 255) = 3.74%
BLUE value IS 179 (70.31% from 255) = 55.76%
R=40.50%
G=3.74%
B=55.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130121790.270.9300.30282.487.4337.45
Hex82CB31B5D01E11a5725
Octal202142633313503643212745
Binary100000101100101100111101110111010111101000110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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