Html Css Color HEX #830E95 Dark Magenta

📋 copy color: '#830E95'

red 131 ◦ green 14 ◦ blue 149

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

Shades of Dark Magenta #830E95

Tints of Dark Magenta #830E95

RGB

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

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

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

R = 44.56%
G = 4.76%
B = 50.68%

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

#830E95 (or 0x830E95) is known color: Dark Magenta. HEX triplet: 83, 0E and 95. RGB value is (131,14,149). Sum of RGB (Red+Green+Blue) = 131+14+149=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #830E95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830E95 is #7CF16A. Grayscale: #3F3F3F. Windows color (decimal): -8188267 or 9768579. OLE color: 9768579.

HSL color Cylindrical-coordinate representation of color #830E95: hue angle of 292º degrees, saturation: 0.83, 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 #830E95 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 14 149 -
CMYK 0.12 0.91 0 0.42
HSL 292º 0.83% 0.32% -
HSV(B) 292º 0.91% 0.58% -
XYZ 14.94 7.31 29.06 -
YUV 64.37 175.76 175.52 -
System Red Green Blue C M Y K H S L
Decimal 131 14 149 0.12 0.91 0 0.42 292 0.83 0.32
Hex 83 E 95 C 5B 0 2A 124 53 20
Octal 203 16 225 14 133 0 52 444 123 40
Binary 10000011 1110 10010101 1100 1011011 0 101010 100100100 1010011 100000

Color Harmonies of #830E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830E95

Black with #830E95

Text Example


Text Example

White with #830E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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