Html Css Color HEX #820ABA Dark Violet

📋 copy color: '#820ABA'

red 130 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #820ABA

Tints of Dark Violet #820ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.06%

R = 39.88%
G = 3.07%
B = 57.06%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#820ABA (or 0x820ABA) is known color: Dark Violet. HEX triplet: 82, 0A and BA. RGB value is (130,10,186). Sum of RGB (Red+Green+Blue) = 130+10+186=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #820ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ABA is #7DF545. Grayscale: #414141. Windows color (decimal): -8254790 or 12192386. OLE color: 12192386.

HSL color Cylindrical-coordinate representation of color #820ABA: hue angle of 280.91º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820ABA is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 10 186 -
CMYK 0.30 0.95 0 0.27
HSL 280.91º 0.9% 0.38% -
HSV(B) 280.91º 0.95% 0.73% -
XYZ 18.18 8.51 47.14 -
YUV 65.94 195.76 173.69 -
System Red Green Blue C M Y K H S L
Decimal 130 10 186 0.30 0.95 0 0.27 280.91 0.9 0.38
Hex 82 A BA 1E 5F 0 1B 119 5A 26
Octal 202 12 272 36 137 0 33 431 132 46
Binary 10000010 1010 10111010 11110 1011111 0 11011 100011001 1011010 100110

Color Harmonies of #820ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820ABA

Black with #820ABA

Text Example


Text Example

White with #820ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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