Html Css Color HEX #820CE1 Dark Violet

📋 copy color: '#820CE1'

red 130 ◦ green 12 ◦ blue 225

#820CE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #820CE1

Tints of Dark Violet #820CE1

RGB

 RED value IS 130 (51.17% from 255) = 35.42%

 GREEN value IS 12 (5.08% from 255) = 3.27%

 BLUE value IS 225 (88.28% from 255) = 61.31%

R = 35.42%
G = 3.27%
B = 61.31%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#820CE1 (or 0x820CE1) is known color: Dark Violet. HEX triplet: 82, 0C and E1. RGB value is (130,12,225). Sum of RGB (Red+Green+Blue) = 130+12+225=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 225 (88.28% from 255 or 61.31% from 367); Max value from RGB is 225 - color contains mainly: blue. Hex color #820CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820CE1 is #7DF31E. Grayscale: #464646. Windows color (decimal): -8254239 or 14748802. OLE color: 14748802.

HSL color Cylindrical-coordinate representation of color #820CE1: hue angle of 273.24º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820CE1 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 12 225 -
CMYK 0.42 0.95 0 0.12
HSL 273.24º 0.9% 0.46% -
HSV(B) 273.24º 0.95% 0.88% -
XYZ 22.93 10.45 72.04 -
YUV 71.56 214.59 169.68 -
System Red Green Blue C M Y K H S L
Decimal 130 12 225 0.42 0.95 0 0.12 273.24 0.9 0.46
Hex 82 C E1 2A 5F 0 C 111 5A 2E
Octal 202 14 341 52 137 0 14 421 132 56
Binary 10000010 1100 11100001 101010 1011111 0 1100 100010001 1011010 101110

Color Harmonies of #820CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820CE1

Black with #820CE1

Text Example


Text Example

White with #820CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #820CE1;
 }
 .AnyTagClassName
 {
   color: #820CE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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