Html Css Color HEX #820CAE Dark Violet

📋 copy color: '#820CAE'

red 130 ◦ green 12 ◦ blue 174

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

Shades of Dark Violet #820CAE

Tints of Dark Violet #820CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.06%

R = 41.14%
G = 3.8%
B = 55.06%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#820CAE (or 0x820CAE) is known color: Dark Violet. HEX triplet: 82, 0C and AE. RGB value is (130,12,174). Sum of RGB (Red+Green+Blue) = 130+12+174=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #820CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820CAE is #7DF351. Grayscale: #414141. Windows color (decimal): -8254290 or 11406466. OLE color: 11406466.

HSL color Cylindrical-coordinate representation of color #820CAE: hue angle of 283.7º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820CAE is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 12 174 -
CMYK 0.25 0.93 0 0.32
HSL 283.7º 0.87% 0.36% -
HSV(B) 283.7º 0.93% 0.68% -
XYZ 16.98 8.06 40.71 -
YUV 65.75 189.09 173.83 -
System Red Green Blue C M Y K H S L
Decimal 130 12 174 0.25 0.93 0 0.32 283.7 0.87 0.36
Hex 82 C AE 19 5D 0 20 11C 57 24
Octal 202 14 256 31 135 0 40 434 127 44
Binary 10000010 1100 10101110 11001 1011101 0 100000 100011100 1010111 100100

Color Harmonies of #820CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820CAE

Black with #820CAE

Text Example


Text Example

White with #820CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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