Html Css Color HEX #830DAD Dark Magenta

📋 copy color: '#830DAD'

red 131 ◦ green 13 ◦ blue 173

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

Shades of Dark Magenta #830DAD

Tints of Dark Magenta #830DAD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.1%

 BLUE value IS 173 (67.97% from 255) = 54.57%

R = 41.32%
G = 4.1%
B = 54.57%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#830DAD (or 0x830DAD) is known color: Dark Magenta. HEX triplet: 83, 0D and AD. RGB value is (131,13,173). Sum of RGB (Red+Green+Blue) = 131+13+173=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #830DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830DAD is #7CF252. Grayscale: #424242. Windows color (decimal): -8188499 or 11341187. OLE color: 11341187.

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

Color convert

RGB 131 13 173 -
CMYK 0.24 0.92 0 0.32
HSL 284.25º 0.86% 0.36% -
HSV(B) 284.25º 0.92% 0.68% -
XYZ 17.05 8.13 40.21 -
YUV 66.52 188.09 173.99 -
System Red Green Blue C M Y K H S L
Decimal 131 13 173 0.24 0.92 0 0.32 284.25 0.86 0.36
Hex 83 D AD 18 5C 0 20 11C 56 24
Octal 203 15 255 30 134 0 40 434 126 44
Binary 10000011 1101 10101101 11000 1011100 0 100000 100011100 1010110 100100

Color Harmonies of #830DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DAD

Black with #830DAD

Text Example


Text Example

White with #830DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,13,173); }

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

background-color css

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

 a { background-color: rgb(131,13,173); }

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

border-color css

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

 span { border-color: rgb(131,13,173); }

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