Html Css Color HEX #820ABF Dark Violet

📋 copy color: '#820ABF'

red 130 ◦ green 10 ◦ blue 191

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

Shades of Dark Violet #820ABF

Tints of Dark Violet #820ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.7%

R = 39.27%
G = 3.02%
B = 57.7%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#820ABF (or 0x820ABF) is known color: Dark Violet. HEX triplet: 82, 0A and BF. RGB value is (130,10,191). Sum of RGB (Red+Green+Blue) = 130+10+191=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #820ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ABF is #7DF540. Grayscale: #414141. Windows color (decimal): -8254785 or 12520066. OLE color: 12520066.

HSL color Cylindrical-coordinate representation of color #820ABF: hue angle of 279.78º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820ABF is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 10 191 -
CMYK 0.32 0.95 0 0.25
HSL 279.78º 0.9% 0.39% -
HSV(B) 279.78º 0.95% 0.75% -
XYZ 18.72 8.72 49.99 -
YUV 66.51 198.26 173.28 -
System Red Green Blue C M Y K H S L
Decimal 130 10 191 0.32 0.95 0 0.25 279.78 0.9 0.39
Hex 82 A BF 20 5F 0 19 118 5A 27
Octal 202 12 277 40 137 0 31 430 132 47
Binary 10000010 1010 10111111 100000 1011111 0 11001 100011000 1011010 100111

Color Harmonies of #820ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820ABF

Black with #820ABF

Text Example


Text Example

White with #820ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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