Html Css Color HEX #821792 Dark Magenta

📋 copy color: '#821792'

red 130 ◦ green 23 ◦ blue 146

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

Shades of Dark Magenta #821792

Tints of Dark Magenta #821792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.69%

 BLUE value IS 146 (57.42% from 255) = 48.83%

R = 43.48%
G = 7.69%
B = 48.83%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#821792 (or 0x821792) is known color: Dark Magenta. HEX triplet: 82, 17 and 92. RGB value is (130,23,146). Sum of RGB (Red+Green+Blue) = 130+23+146=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #821792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821792 is #7DE86D. Grayscale: #444444. Windows color (decimal): -8251502 or 9574274. OLE color: 9574274.

HSL color Cylindrical-coordinate representation of color #821792: hue angle of 292.2º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821792 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 23 146 -
CMYK 0.11 0.84 0 0.43
HSL 292.2º 0.73% 0.33% -
HSV(B) 292.2º 0.84% 0.57% -
XYZ 14.7 7.43 27.85 -
YUV 69.02 171.45 171.5 -
System Red Green Blue C M Y K H S L
Decimal 130 23 146 0.11 0.84 0 0.43 292.2 0.73 0.33
Hex 82 17 92 B 54 0 2B 124 49 21
Octal 202 27 222 13 124 0 53 444 111 41
Binary 10000010 10111 10010010 1011 1010100 0 101011 100100100 1001001 100001

Color Harmonies of #821792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821792

Black with #821792

Text Example


Text Example

White with #821792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821792; }

 p { color: rgb(130,23,146); }

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

background-color css

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

 a { background-color: rgb(130,23,146); }

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

border-color css

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

 span { border-color: rgb(130,23,146); }

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