Html Css Color HEX #830E9A Dark Magenta

📋 copy color: '#830E9A'

red 131 ◦ green 14 ◦ blue 154

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

Shades of Dark Magenta #830E9A

Tints of Dark Magenta #830E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.51%

R = 43.81%
G = 4.68%
B = 51.51%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#830E9A (or 0x830E9A) is known color: Dark Magenta. HEX triplet: 83, 0E and 9A. RGB value is (131,14,154). Sum of RGB (Red+Green+Blue) = 131+14+154=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #830E9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830E9A is #7CF165. Grayscale: #404040. Windows color (decimal): -8188262 or 10096259. OLE color: 10096259.

HSL color Cylindrical-coordinate representation of color #830E9A: hue angle of 290.14º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830E9A is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 14 154 -
CMYK 0.15 0.91 0 0.40
HSL 290.14º 0.83% 0.33% -
HSV(B) 290.14º 0.91% 0.6% -
XYZ 15.35 7.47 31.21 -
YUV 64.94 178.26 175.12 -
System Red Green Blue C M Y K H S L
Decimal 131 14 154 0.15 0.91 0 0.40 290.14 0.83 0.33
Hex 83 E 9A F 5B 0 28 122 53 21
Octal 203 16 232 17 133 0 50 442 123 41
Binary 10000011 1110 10011010 1111 1011011 0 101000 100100010 1010011 100001

Color Harmonies of #830E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830E9A

Black with #830E9A

Text Example


Text Example

White with #830E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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