Html Css Color HEX #820FD0 Dark Violet

📋 copy color: '#820FD0'

red 130 ◦ green 15 ◦ blue 208

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

Shades of Dark Violet #820FD0

Tints of Dark Violet #820FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.92%

R = 36.83%
G = 4.25%
B = 58.92%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#820FD0 (or 0x820FD0) is known color: Dark Violet. HEX triplet: 82, 0F and D0. RGB value is (130,15,208). Sum of RGB (Red+Green+Blue) = 130+15+208=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #820FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FD0 is #7DF02F. Grayscale: #464646. Windows color (decimal): -8253488 or 13635458. OLE color: 13635458.

HSL color Cylindrical-coordinate representation of color #820FD0: hue angle of 275.75º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820FD0 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 15 208 -
CMYK 0.38 0.93 0 0.18
HSL 275.75º 0.87% 0.44% -
HSV(B) 275.75º 0.93% 0.82% -
XYZ 20.76 9.64 60.44 -
YUV 71.39 205.1 169.81 -
System Red Green Blue C M Y K H S L
Decimal 130 15 208 0.38 0.93 0 0.18 275.75 0.87 0.44
Hex 82 F D0 26 5D 0 12 114 57 2C
Octal 202 17 320 46 135 0 22 424 127 54
Binary 10000010 1111 11010000 100110 1011101 0 10010 100010100 1010111 101100

Color Harmonies of #820FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FD0

Black with #820FD0

Text Example


Text Example

White with #820FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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