Html Css Color HEX #820EC9 Dark Violet

📋 copy color: '#820EC9'

red 130 ◦ green 14 ◦ blue 201

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

Shades of Dark Violet #820EC9

Tints of Dark Violet #820EC9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.06%

 BLUE value IS 201 (78.91% from 255) = 58.26%

R = 37.68%
G = 4.06%
B = 58.26%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#820EC9 (or 0x820EC9) is known color: Dark Violet. HEX triplet: 82, 0E and C9. RGB value is (130,14,201). Sum of RGB (Red+Green+Blue) = 130+14+201=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #820EC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EC9 is #7DF136. Grayscale: #454545. Windows color (decimal): -8253751 or 13176450. OLE color: 13176450.

HSL color Cylindrical-coordinate representation of color #820EC9: hue angle of 277.22º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820EC9 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 14 201 -
CMYK 0.35 0.93 0 0.21
HSL 277.22º 0.87% 0.42% -
HSV(B) 277.22º 0.93% 0.79% -
XYZ 19.91 9.28 56 -
YUV 70 201.93 170.79 -
System Red Green Blue C M Y K H S L
Decimal 130 14 201 0.35 0.93 0 0.21 277.22 0.87 0.42
Hex 82 E C9 23 5D 0 15 115 57 2A
Octal 202 16 311 43 135 0 25 425 127 52
Binary 10000010 1110 11001001 100011 1011101 0 10101 100010101 1010111 101010

Color Harmonies of #820EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820EC9

Black with #820EC9

Text Example


Text Example

White with #820EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,14,201); }

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

background-color css

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

 a { background-color: rgb(130,14,201); }

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

border-color css

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

 span { border-color: rgb(130,14,201); }

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