Html Css Color HEX #830992 Dark Magenta

📋 copy color: '#830992'

red 131 ◦ green 9 ◦ blue 146

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

Shades of Dark Magenta #830992

Tints of Dark Magenta #830992

RGB

 RED value IS 131 (51.56% from 255) = 45.8%

 GREEN value IS 9 (3.91% from 255) = 3.15%

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

R = 45.8%
G = 3.15%
B = 51.05%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#830992 (or 0x830992) is known color: Dark Magenta. HEX triplet: 83, 09 and 92. RGB value is (131,9,146). Sum of RGB (Red+Green+Blue) = 131+9+146=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #830992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830992 is #7CF66D. Grayscale: #3C3C3C. Windows color (decimal): -8189550 or 9570691. OLE color: 9570691.

HSL color Cylindrical-coordinate representation of color #830992: hue angle of 293.43º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830992 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 9 146 -
CMYK 0.10 0.94 0 0.43
HSL 293.43º 0.88% 0.3% -
HSV(B) 293.43º 0.94% 0.57% -
XYZ 14.65 7.1 27.79 -
YUV 61.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 131 9 146 0.10 0.94 0 0.43 293.43 0.88 0.3
Hex 83 9 92 A 5E 0 2B 125 58 1E
Octal 203 11 222 12 136 0 53 445 130 36
Binary 10000011 1001 10010010 1010 1011110 0 101011 100100101 1011000 11110

Color Harmonies of #830992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830992

Black with #830992

Text Example


Text Example

White with #830992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830992; }

 p { color: rgb(131,9,146); }

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

background-color css

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

 a { background-color: rgb(131,9,146); }

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

border-color css

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

 span { border-color: rgb(131,9,146); }

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