Html Css Color HEX #820ACC Dark Violet

📋 copy color: '#820ACC'

red 130 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #820ACC

Tints of Dark Violet #820ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.91%

 BLUE value IS 204 (80.08% from 255) = 59.3%

R = 37.79%
G = 2.91%
B = 59.3%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#820ACC (or 0x820ACC) is known color: Dark Violet. HEX triplet: 82, 0A and CC. RGB value is (130,10,204). Sum of RGB (Red+Green+Blue) = 130+10+204=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #820ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ACC is #7DF533. Grayscale: #434343. Windows color (decimal): -8254772 or 13372034. OLE color: 13372034.

HSL color Cylindrical-coordinate representation of color #820ACC: hue angle of 277.11º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820ACC is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 10 204 -
CMYK 0.36 0.95 0 0.2
HSL 277.11º 0.91% 0.42% -
HSV(B) 277.11º 0.95% 0.8% -
XYZ 20.21 9.32 57.86 -
YUV 68 204.76 172.23 -
System Red Green Blue C M Y K H S L
Decimal 130 10 204 0.36 0.95 0 0.2 277.11 0.91 0.42
Hex 82 A CC 24 5F 0 14 115 5B 2A
Octal 202 12 314 44 137 0 24 425 133 52
Binary 10000010 1010 11001100 100100 1011111 0 10100 100010101 1011011 101010

Color Harmonies of #820ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820ACC

Black with #820ACC

Text Example


Text Example

White with #820ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,10,204); }

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

background-color css

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

 a { background-color: rgb(130,10,204); }

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

border-color css

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

 span { border-color: rgb(130,10,204); }

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