Html Css Color HEX #820CCE Dark Violet

📋 copy color: '#820CCE'

red 130 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #820CCE

Tints of Dark Violet #820CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.2%

R = 37.36%
G = 3.45%
B = 59.2%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#820CCE (or 0x820CCE) is known color: Dark Violet. HEX triplet: 82, 0C and CE. RGB value is (130,12,206). Sum of RGB (Red+Green+Blue) = 130+12+206=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #820CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820CCE is #7DF331. Grayscale: #444444. Windows color (decimal): -8254258 or 13503618. OLE color: 13503618.

HSL color Cylindrical-coordinate representation of color #820CCE: hue angle of 276.49º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820CCE is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 12 206 -
CMYK 0.37 0.94 0 0.19
HSL 276.49º 0.89% 0.43% -
HSV(B) 276.49º 0.94% 0.81% -
XYZ 20.48 9.47 59.14 -
YUV 69.4 205.09 171.23 -
System Red Green Blue C M Y K H S L
Decimal 130 12 206 0.37 0.94 0 0.19 276.49 0.89 0.43
Hex 82 C CE 25 5E 0 13 114 59 2B
Octal 202 14 316 45 136 0 23 424 131 53
Binary 10000010 1100 11001110 100101 1011110 0 10011 100010100 1011001 101011

Color Harmonies of #820CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820CCE

Black with #820CCE

Text Example


Text Example

White with #820CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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