Html Css Color HEX #820ADA Dark Violet

📋 copy color: '#820ADA'

red 130 ◦ green 10 ◦ blue 218

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

Shades of Dark Violet #820ADA

Tints of Dark Violet #820ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.89%

R = 36.31%
G = 2.79%
B = 60.89%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#820ADA (or 0x820ADA) is known color: Dark Violet. HEX triplet: 82, 0A and DA. RGB value is (130,10,218). Sum of RGB (Red+Green+Blue) = 130+10+218=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #820ADA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ADA is #7DF525. Grayscale: #444444. Windows color (decimal): -8254758 or 14289538. OLE color: 14289538.

HSL color Cylindrical-coordinate representation of color #820ADA: hue angle of 274.62º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820ADA is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 10 218 -
CMYK 0.40 0.95 0 0.15
HSL 274.62º 0.91% 0.45% -
HSV(B) 274.62º 0.95% 0.85% -
XYZ 21.97 10.02 67.11 -
YUV 69.59 211.76 171.09 -
System Red Green Blue C M Y K H S L
Decimal 130 10 218 0.40 0.95 0 0.15 274.62 0.91 0.45
Hex 82 A DA 28 5F 0 F 113 5B 2D
Octal 202 12 332 50 137 0 17 423 133 55
Binary 10000010 1010 11011010 101000 1011111 0 1111 100010011 1011011 101101

Color Harmonies of #820ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820ADA

Black with #820ADA

Text Example


Text Example

White with #820ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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