Html Css Color HEX #830FAD Dark Magenta

📋 copy color: '#830FAD'

red 131 ◦ green 15 ◦ blue 173

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

Shades of Dark Magenta #830FAD

Tints of Dark Magenta #830FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.7%

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

R = 41.07%
G = 4.7%
B = 54.23%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#830FAD (or 0x830FAD) is known color: Dark Magenta. HEX triplet: 83, 0F and AD. RGB value is (131,15,173). Sum of RGB (Red+Green+Blue) = 131+15+173=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #830FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830FAD is #7CF052. Grayscale: #434343. Windows color (decimal): -8187987 or 11341699. OLE color: 11341699.

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

Color convert

RGB 131 15 173 -
CMYK 0.24 0.91 0 0.32
HSL 284.05º 0.84% 0.37% -
HSV(B) 284.05º 0.91% 0.68% -
XYZ 17.07 8.18 40.21 -
YUV 67.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 131 15 173 0.24 0.91 0 0.32 284.05 0.84 0.37
Hex 83 F AD 18 5B 0 20 11C 54 25
Octal 203 17 255 30 133 0 40 434 124 45
Binary 10000011 1111 10101101 11000 1011011 0 100000 100011100 1010100 100101

Color Harmonies of #830FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FAD

Black with #830FAD

Text Example


Text Example

White with #830FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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