Html Css Color HEX #830D93 Dark Magenta

📋 copy color: '#830D93'

red 131 ◦ green 13 ◦ blue 147

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

Shades of Dark Magenta #830D93

Tints of Dark Magenta #830D93

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.47%

 BLUE value IS 147 (57.81% from 255) = 50.52%

R = 45.02%
G = 4.47%
B = 50.52%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#830D93 (or 0x830D93) is known color: Dark Magenta. HEX triplet: 83, 0D and 93. RGB value is (131,13,147). Sum of RGB (Red+Green+Blue) = 131+13+147=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #830D93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830D93 is #7CF26C. Grayscale: #3F3F3F. Windows color (decimal): -8188525 or 9637251. OLE color: 9637251.

HSL color Cylindrical-coordinate representation of color #830D93: hue angle of 292.84º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830D93 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 13 147 -
CMYK 0.11 0.91 0 0.42
HSL 292.84º 0.84% 0.31% -
HSV(B) 292.84º 0.91% 0.58% -
XYZ 14.77 7.22 28.22 -
YUV 63.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 131 13 147 0.11 0.91 0 0.42 292.84 0.84 0.31
Hex 83 D 93 B 5B 0 2A 125 54 1F
Octal 203 15 223 13 133 0 52 445 124 37
Binary 10000011 1101 10010011 1011 1011011 0 101010 100100101 1010100 11111

Color Harmonies of #830D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830D93

Black with #830D93

Text Example


Text Example

White with #830D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,13,147); }

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

background-color css

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

 a { background-color: rgb(131,13,147); }

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

border-color css

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

 span { border-color: rgb(131,13,147); }

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