Html Css Color HEX #830E8D Dark Magenta

📋 copy color: '#830E8D'

red 131 ◦ green 14 ◦ blue 141

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

Shades of Dark Magenta #830E8D

Tints of Dark Magenta #830E8D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.9%

 BLUE value IS 141 (55.47% from 255) = 49.3%

R = 45.8%
G = 4.9%
B = 49.3%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#830E8D (or 0x830E8D) is known color: Dark Magenta. HEX triplet: 83, 0E and 8D. RGB value is (131,14,141). Sum of RGB (Red+Green+Blue) = 131+14+141=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #830E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830E8D is #7CF172. Grayscale: #3F3F3F. Windows color (decimal): -8188275 or 9244291. OLE color: 9244291.

HSL color Cylindrical-coordinate representation of color #830E8D: hue angle of 295.28º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #830E8D is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 14 141 -
CMYK 0.07 0.90 0 0.45
HSL 295.28º 0.82% 0.3% -
HSV(B) 295.28º 0.9% 0.55% -
XYZ 14.32 7.06 25.81 -
YUV 63.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 131 14 141 0.07 0.90 0 0.45 295.28 0.82 0.3
Hex 83 E 8D 7 5A 0 2D 127 52 1E
Octal 203 16 215 7 132 0 55 447 122 36
Binary 10000011 1110 10001101 111 1011010 0 101101 100100111 1010010 11110

Color Harmonies of #830E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830E8D

Black with #830E8D

Text Example


Text Example

White with #830E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830E8D; }

 p { color: rgb(131,14,141); }

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

background-color css

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

 a { background-color: rgb(131,14,141); }

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

border-color css

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

 span { border-color: rgb(131,14,141); }

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