Html Css Color HEX #821692 Dark Magenta

📋 copy color: '#821692'

red 130 ◦ green 22 ◦ blue 146

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

Shades of Dark Magenta #821692

Tints of Dark Magenta #821692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.38%

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

R = 43.62%
G = 7.38%
B = 48.99%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#821692 (or 0x821692) is known color: Dark Magenta. HEX triplet: 82, 16 and 92. RGB value is (130,22,146). Sum of RGB (Red+Green+Blue) = 130+22+146=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #821692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821692 is #7DE96D. Grayscale: #444444. Windows color (decimal): -8251758 or 9574018. OLE color: 9574018.

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

Color convert

RGB 130 22 146 -
CMYK 0.11 0.85 0 0.43
HSL 292.26º 0.74% 0.33% -
HSV(B) 292.26º 0.85% 0.57% -
XYZ 14.68 7.39 27.85 -
YUV 68.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 130 22 146 0.11 0.85 0 0.43 292.26 0.74 0.33
Hex 82 16 92 B 55 0 2B 124 4A 21
Octal 202 26 222 13 125 0 53 444 112 41
Binary 10000010 10110 10010010 1011 1010101 0 101011 100100100 1001010 100001

Color Harmonies of #821692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821692

Black with #821692

Text Example


Text Example

White with #821692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821692; }

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

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

background-color css

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

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

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

border-color css

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

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

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