Html Css Color HEX #830EAB Dark Magenta

📋 copy color: '#830EAB'

red 131 ◦ green 14 ◦ blue 171

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

Shades of Dark Magenta #830EAB

Tints of Dark Magenta #830EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 41.46%
G = 4.43%
B = 54.11%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#830EAB (or 0x830EAB) is known color: Dark Magenta. HEX triplet: 83, 0E and AB. RGB value is (131,14,171). Sum of RGB (Red+Green+Blue) = 131+14+171=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #830EAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830EAB is #7CF154. Grayscale: #424242. Windows color (decimal): -8188245 or 11210371. OLE color: 11210371.

HSL color Cylindrical-coordinate representation of color #830EAB: hue angle of 284.71º 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 #830EAB is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 14 171 -
CMYK 0.23 0.92 0 0.33
HSL 284.71º 0.85% 0.36% -
HSV(B) 284.71º 0.92% 0.67% -
XYZ 16.87 8.08 39.2 -
YUV 66.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 131 14 171 0.23 0.92 0 0.33 284.71 0.85 0.36
Hex 83 E AB 17 5C 0 21 11D 55 24
Octal 203 16 253 27 134 0 41 435 125 44
Binary 10000011 1110 10101011 10111 1011100 0 100001 100011101 1010101 100100

Color Harmonies of #830EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830EAB

Black with #830EAB

Text Example


Text Example

White with #830EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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