Html Css Color HEX #830AAA Dark Magenta

📋 copy color: '#830AAA'

red 131 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #830AAA

Tints of Dark Magenta #830AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.66%

R = 42.12%
G = 3.22%
B = 54.66%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#830AAA (or 0x830AAA) is known color: Dark Magenta. HEX triplet: 83, 0A and AA. RGB value is (131,10,170). Sum of RGB (Red+Green+Blue) = 131+10+170=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #830AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830AAA is #7CF555. Grayscale: #3F3F3F. Windows color (decimal): -8189270 or 11143811. OLE color: 11143811.

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

Color convert

RGB 131 10 170 -
CMYK 0.23 0.94 0 0.33
HSL 285.38º 0.89% 0.35% -
HSV(B) 285.38º 0.94% 0.67% -
XYZ 16.72 7.94 38.68 -
YUV 64.42 187.59 175.49 -
System Red Green Blue C M Y K H S L
Decimal 131 10 170 0.23 0.94 0 0.33 285.38 0.89 0.35
Hex 83 A AA 17 5E 0 21 11D 59 23
Octal 203 12 252 27 136 0 41 435 131 43
Binary 10000011 1010 10101010 10111 1011110 0 100001 100011101 1011001 100011

Color Harmonies of #830AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830AAA

Black with #830AAA

Text Example


Text Example

White with #830AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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