Html Css Color HEX #820FDE Dark Violet

📋 copy color: '#820FDE'

red 130 ◦ green 15 ◦ blue 222

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

Shades of Dark Violet #820FDE

Tints of Dark Violet #820FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.49%

R = 35.42%
G = 4.09%
B = 60.49%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#820FDE (or 0x820FDE) is known color: Dark Violet. HEX triplet: 82, 0F and DE. RGB value is (130,15,222). Sum of RGB (Red+Green+Blue) = 130+15+222=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #820FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FDE is #7DF021. Grayscale: #484848. Windows color (decimal): -8253474 or 14552962. OLE color: 14552962.

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

Color convert

RGB 130 15 222 -
CMYK 0.41 0.93 0 0.13
HSL 273.33º 0.87% 0.46% -
HSV(B) 273.33º 0.93% 0.87% -
XYZ 22.56 10.36 69.92 -
YUV 72.98 212.1 168.67 -
System Red Green Blue C M Y K H S L
Decimal 130 15 222 0.41 0.93 0 0.13 273.33 0.87 0.46
Hex 82 F DE 29 5D 0 D 111 57 2E
Octal 202 17 336 51 135 0 15 421 127 56
Binary 10000010 1111 11011110 101001 1011101 0 1101 100010001 1010111 101110

Color Harmonies of #820FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FDE

Black with #820FDE

Text Example


Text Example

White with #820FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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