Html Css Color HEX #820FCD Dark Violet

📋 copy color: '#820FCD'

red 130 ◦ green 15 ◦ blue 205

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

Shades of Dark Violet #820FCD

Tints of Dark Violet #820FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 37.14%
G = 4.29%
B = 58.57%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#820FCD (or 0x820FCD) is known color: Dark Violet. HEX triplet: 82, 0F and CD. RGB value is (130,15,205). Sum of RGB (Red+Green+Blue) = 130+15+205=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #820FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FCD is #7DF032. Grayscale: #464646. Windows color (decimal): -8253491 or 13438850. OLE color: 13438850.

HSL color Cylindrical-coordinate representation of color #820FCD: hue angle of 276.32º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820FCD is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 15 205 -
CMYK 0.37 0.93 0 0.20
HSL 276.32º 0.86% 0.43% -
HSV(B) 276.32º 0.93% 0.8% -
XYZ 20.4 9.5 58.52 -
YUV 71.05 203.6 170.05 -
System Red Green Blue C M Y K H S L
Decimal 130 15 205 0.37 0.93 0 0.20 276.32 0.86 0.43
Hex 82 F CD 25 5D 0 14 114 56 2B
Octal 202 17 315 45 135 0 24 424 126 53
Binary 10000010 1111 11001101 100101 1011101 0 10100 100010100 1010110 101011

Color Harmonies of #820FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FCD

Black with #820FCD

Text Example


Text Example

White with #820FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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