Html Css Color HEX #820ADF Dark Violet

📋 copy color: '#820ADF'

red 130 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #820ADF

Tints of Dark Violet #820ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.43%

R = 35.81%
G = 2.75%
B = 61.43%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#820ADF (or 0x820ADF) is known color: Dark Violet. HEX triplet: 82, 0A and DF. RGB value is (130,10,223). Sum of RGB (Red+Green+Blue) = 130+10+223=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #820ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ADF is #7DF520. Grayscale: #454545. Windows color (decimal): -8254753 or 14617218. OLE color: 14617218.

HSL color Cylindrical-coordinate representation of color #820ADF: hue angle of 273.8º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820ADF is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 10 223 -
CMYK 0.42 0.96 0 0.13
HSL 273.8º 0.91% 0.46% -
HSV(B) 273.8º 0.96% 0.87% -
XYZ 22.63 10.29 70.61 -
YUV 70.16 214.26 170.68 -
System Red Green Blue C M Y K H S L
Decimal 130 10 223 0.42 0.96 0 0.13 273.8 0.91 0.46
Hex 82 A DF 2A 60 0 D 112 5B 2E
Octal 202 12 337 52 140 0 15 422 133 56
Binary 10000010 1010 11011111 101010 1100000 0 1101 100010010 1011011 101110

Color Harmonies of #820ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820ADF

Black with #820ADF

Text Example


Text Example

White with #820ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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