Html Css Color HEX #830D95 Dark Magenta

📋 copy color: '#830D95'

red 131 ◦ green 13 ◦ blue 149

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

Shades of Dark Magenta #830D95

Tints of Dark Magenta #830D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.85%

R = 44.71%
G = 4.44%
B = 50.85%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#830D95 (or 0x830D95) is known color: Dark Magenta. HEX triplet: 83, 0D and 95. RGB value is (131,13,149). Sum of RGB (Red+Green+Blue) = 131+13+149=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #830D95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830D95 is #7CF26A. Grayscale: #3F3F3F. Windows color (decimal): -8188523 or 9768323. OLE color: 9768323.

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

Color convert

RGB 131 13 149 -
CMYK 0.12 0.91 0 0.42
HSL 292.06º 0.84% 0.32% -
HSV(B) 292.06º 0.91% 0.58% -
XYZ 14.93 7.28 29.05 -
YUV 63.79 176.09 175.94 -
System Red Green Blue C M Y K H S L
Decimal 131 13 149 0.12 0.91 0 0.42 292.06 0.84 0.32
Hex 83 D 95 C 5B 0 2A 124 54 20
Octal 203 15 225 14 133 0 52 444 124 40
Binary 10000011 1101 10010101 1100 1011011 0 101010 100100100 1010100 100000

Color Harmonies of #830D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830D95

Black with #830D95

Text Example


Text Example

White with #830D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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