#820BE4

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

Shades of Dark Violet #820BE4

Tints of Dark Violet #820BE4

Color information

#820BE4 (or 0x820BE4) is unknown color: approx Dark Violet. HEX triplet: 82, 0B and E4. RGB value is (130,11,228). Sum of RGB (Red+Green+Blue) = 130+11+228=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 228 (89.45% from 255 or 61.79% from 369); Max value from RGB is 228 - color contains mainly: blue. Hex color #820BE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BE4 is #7DF41B. Grayscale: #464646. Windows color (decimal): -8254492 or 14945154. OLE color: 14945154.

HSL color Cylindrical-coordinate representation of color #820BE4: hue angle of 272.9º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820BE4 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13011228-
CMYK0.430.9500.11
HSL272.9º90.79%46.86%-
HSV(B)272.9º95.18%89.41%-
XYZ23.3310.5974.21-
YUV71.32216.42169.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 11 (4.69% from 255) = 2.98%
BLUE value IS 228 (89.45% from 255) = 61.79%
R=35.23%
G=2.98%
B=61.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal130112280.430.9500.11272.990.7946.86
Hex82BE42B5F0B1115b2f
Octal202133445313701342113357
Binary100000101011111001001010111011111010111000100011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,11,228); }

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

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

 a { background-color: rgb(130,11,228); }

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

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

 span { border-color: rgb(130,11,228); }

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