Html Css Color HEX #830EAC Dark Magenta

📋 copy color: '#830EAC'

red 131 ◦ green 14 ◦ blue 172

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

Shades of Dark Magenta #830EAC

Tints of Dark Magenta #830EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 41.32%
G = 4.42%
B = 54.26%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#830EAC (or 0x830EAC) is known color: Dark Magenta. HEX triplet: 83, 0E and AC. RGB value is (131,14,172). Sum of RGB (Red+Green+Blue) = 131+14+172=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #830EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830EAC is #7CF153. Grayscale: #424242. Windows color (decimal): -8188244 or 11275907. OLE color: 11275907.

HSL color Cylindrical-coordinate representation of color #830EAC: hue angle of 284.43º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830EAC is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 14 172 -
CMYK 0.24 0.92 0 0.33
HSL 284.43º 0.85% 0.36% -
HSV(B) 284.43º 0.92% 0.67% -
XYZ 16.96 8.12 39.7 -
YUV 67 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 131 14 172 0.24 0.92 0 0.33 284.43 0.85 0.36
Hex 83 E AC 18 5C 0 21 11C 55 24
Octal 203 16 254 30 134 0 41 434 125 44
Binary 10000011 1110 10101100 11000 1011100 0 100001 100011100 1010101 100100

Color Harmonies of #830EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830EAC

Black with #830EAC

Text Example


Text Example

White with #830EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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