Html Css Color HEX #830AAC Dark Magenta

📋 copy color: '#830AAC'

red 131 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #830AAC

Tints of Dark Magenta #830AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.19%

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

R = 41.85%
G = 3.19%
B = 54.95%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#830AAC (or 0x830AAC) is known color: Dark Magenta. HEX triplet: 83, 0A and AC. RGB value is (131,10,172). Sum of RGB (Red+Green+Blue) = 131+10+172=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #830AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830AAC is #7CF553. Grayscale: #404040. Windows color (decimal): -8189268 or 11274883. OLE color: 11274883.

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

Color convert

RGB 131 10 172 -
CMYK 0.24 0.94 0 0.33
HSL 284.81º 0.89% 0.36% -
HSV(B) 284.81º 0.94% 0.67% -
XYZ 16.92 8.02 39.69 -
YUV 64.65 188.59 175.33 -
System Red Green Blue C M Y K H S L
Decimal 131 10 172 0.24 0.94 0 0.33 284.81 0.89 0.36
Hex 83 A AC 18 5E 0 21 11D 59 24
Octal 203 12 254 30 136 0 41 435 131 44
Binary 10000011 1010 10101100 11000 1011110 0 100001 100011101 1011001 100100

Color Harmonies of #830AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830AAC

Black with #830AAC

Text Example


Text Example

White with #830AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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