Html Css Color HEX #830E94 Dark Magenta

📋 copy color: '#830E94'

red 131 ◦ green 14 ◦ blue 148

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

Shades of Dark Magenta #830E94

Tints of Dark Magenta #830E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.51%

R = 44.71%
G = 4.78%
B = 50.51%

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

#830E94 (or 0x830E94) is known color: Dark Magenta. HEX triplet: 83, 0E and 94. RGB value is (131,14,148). Sum of RGB (Red+Green+Blue) = 131+14+148=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #830E94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830E94 is #7CF16B. Grayscale: #3F3F3F. Windows color (decimal): -8188268 or 9703043. OLE color: 9703043.

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

Color convert

RGB 131 14 148 -
CMYK 0.11 0.91 0 0.42
HSL 292.39º 0.83% 0.32% -
HSV(B) 292.39º 0.91% 0.58% -
XYZ 14.86 7.28 28.64 -
YUV 64.26 175.26 175.6 -
System Red Green Blue C M Y K H S L
Decimal 131 14 148 0.11 0.91 0 0.42 292.39 0.83 0.32
Hex 83 E 94 B 5B 0 2A 124 53 20
Octal 203 16 224 13 133 0 52 444 123 40
Binary 10000011 1110 10010100 1011 1011011 0 101010 100100100 1010011 100000

Color Harmonies of #830E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830E94

Black with #830E94

Text Example


Text Example

White with #830E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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