Html Css Color HEX #830792 Dark Magenta

📋 copy color: '#830792'

red 131 ◦ green 7 ◦ blue 146

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

Shades of Dark Magenta #830792

Tints of Dark Magenta #830792

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

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

R = 46.13%
G = 2.46%
B = 51.41%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#830792 (or 0x830792) is known color: Dark Magenta. HEX triplet: 83, 07 and 92. RGB value is (131,7,146). Sum of RGB (Red+Green+Blue) = 131+7+146=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #830792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830792 is #7CF86D. Grayscale: #3B3B3B. Windows color (decimal): -8190062 or 9570179. OLE color: 9570179.

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

Color convert

RGB 131 7 146 -
CMYK 0.10 0.95 0 0.43
HSL 293.53º 0.91% 0.3% -
HSV(B) 293.53º 0.95% 0.57% -
XYZ 14.62 7.05 27.78 -
YUV 59.92 176.58 178.7 -
System Red Green Blue C M Y K H S L
Decimal 131 7 146 0.10 0.95 0 0.43 293.53 0.91 0.3
Hex 83 7 92 A 5F 0 2B 126 5B 1E
Octal 203 7 222 12 137 0 53 446 133 36
Binary 10000011 111 10010010 1010 1011111 0 101011 100100110 1011011 11110

Color Harmonies of #830792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830792

Black with #830792

Text Example


Text Example

White with #830792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830792; }

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

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

background-color css

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

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

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

border-color css

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

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

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