Html Css Color HEX #820FAF Dark Violet

📋 copy color: '#820FAF'

red 130 ◦ green 15 ◦ blue 175

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

Shades of Dark Violet #820FAF

Tints of Dark Violet #820FAF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.69%

 BLUE value IS 175 (68.75% from 255) = 54.69%

R = 40.63%
G = 4.69%
B = 54.69%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#820FAF (or 0x820FAF) is known color: Dark Violet. HEX triplet: 82, 0F and AF. RGB value is (130,15,175). Sum of RGB (Red+Green+Blue) = 130+15+175=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #820FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820FAF is #7DF050. Grayscale: #434343. Windows color (decimal): -8253521 or 11472770. OLE color: 11472770.

HSL color Cylindrical-coordinate representation of color #820FAF: hue angle of 283.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820FAF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 15 175 -
CMYK 0.26 0.91 0 0.31
HSL 283.13º 0.84% 0.37% -
HSV(B) 283.13º 0.91% 0.69% -
XYZ 17.11 8.18 41.23 -
YUV 67.63 188.6 172.49 -
System Red Green Blue C M Y K H S L
Decimal 130 15 175 0.26 0.91 0 0.31 283.13 0.84 0.37
Hex 82 F AF 1A 5B 0 1F 11B 54 25
Octal 202 17 257 32 133 0 37 433 124 45
Binary 10000010 1111 10101111 11010 1011011 0 11111 100011011 1010100 100101

Color Harmonies of #820FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FAF

Black with #820FAF

Text Example


Text Example

White with #820FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,15,175); }

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

background-color css

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

 a { background-color: rgb(130,15,175); }

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

border-color css

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

 span { border-color: rgb(130,15,175); }

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