Html Css Color HEX #820FD7 Dark Violet

📋 copy color: '#820FD7'

red 130 ◦ green 15 ◦ blue 215

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

Shades of Dark Violet #820FD7

Tints of Dark Violet #820FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 59.72%

R = 36.11%
G = 4.17%
B = 59.72%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#820FD7 (or 0x820FD7) is known color: Dark Violet. HEX triplet: 82, 0F and D7. RGB value is (130,15,215). Sum of RGB (Red+Green+Blue) = 130+15+215=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 215 (84.38% from 255 or 59.72% from 360); Max value from RGB is 215 - color contains mainly: blue. Hex color #820FD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FD7 is #7DF028. Grayscale: #474747. Windows color (decimal): -8253481 or 14094210. OLE color: 14094210.

HSL color Cylindrical-coordinate representation of color #820FD7: hue angle of 274.5º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820FD7 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 15 215 -
CMYK 0.40 0.93 0 0.16
HSL 274.5º 0.87% 0.45% -
HSV(B) 274.5º 0.93% 0.84% -
XYZ 21.64 9.99 65.08 -
YUV 72.19 208.6 169.24 -
System Red Green Blue C M Y K H S L
Decimal 130 15 215 0.40 0.93 0 0.16 274.5 0.87 0.45
Hex 82 F D7 28 5D 0 10 112 57 2D
Octal 202 17 327 50 135 0 20 422 127 55
Binary 10000010 1111 11010111 101000 1011101 0 10000 100010010 1010111 101101

Color Harmonies of #820FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FD7

Black with #820FD7

Text Example


Text Example

White with #820FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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