Html Css Color HEX #820C8B Dark Magenta

📋 copy color: '#820C8B'

red 130 ◦ green 12 ◦ blue 139

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

Shades of Dark Magenta #820C8B

Tints of Dark Magenta #820C8B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

 BLUE value IS 139 (54.69% from 255) = 49.47%

R = 46.26%
G = 4.27%
B = 49.47%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#820C8B (or 0x820C8B) is known color: Dark Magenta. HEX triplet: 82, 0C and 8B. RGB value is (130,12,139). Sum of RGB (Red+Green+Blue) = 130+12+139=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #820C8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820C8B is #7DF374. Grayscale: #3D3D3D. Windows color (decimal): -8254325 or 9112706. OLE color: 9112706.

HSL color Cylindrical-coordinate representation of color #820C8B: hue angle of 295.75º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C8B is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 12 139 -
CMYK 0.06 0.91 0 0.45
HSL 295.75º 0.84% 0.3% -
HSV(B) 295.75º 0.91% 0.55% -
XYZ 14 6.87 25.01 -
YUV 61.76 171.59 176.67 -
System Red Green Blue C M Y K H S L
Decimal 130 12 139 0.06 0.91 0 0.45 295.75 0.84 0.3
Hex 82 C 8B 6 5B 0 2D 128 54 1E
Octal 202 14 213 6 133 0 55 450 124 36
Binary 10000010 1100 10001011 110 1011011 0 101101 100101000 1010100 11110

Color Harmonies of #820C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C8B

Black with #820C8B

Text Example


Text Example

White with #820C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,12,139); }

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

background-color css

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

 a { background-color: rgb(130,12,139); }

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

border-color css

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

 span { border-color: rgb(130,12,139); }

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