Html Css Color HEX #830FAA Dark Magenta

📋 copy color: '#830FAA'

red 131 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #830FAA

Tints of Dark Magenta #830FAA

RGB

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

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

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

R = 41.46%
G = 4.75%
B = 53.8%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#830FAA (or 0x830FAA) is known color: Dark Magenta. HEX triplet: 83, 0F and AA. RGB value is (131,15,170). Sum of RGB (Red+Green+Blue) = 131+15+170=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #830FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830FAA is #7CF055. Grayscale: #424242. Windows color (decimal): -8187990 or 11145091. OLE color: 11145091.

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

Color convert

RGB 131 15 170 -
CMYK 0.23 0.91 0 0.33
HSL 284.9º 0.84% 0.36% -
HSV(B) 284.9º 0.91% 0.67% -
XYZ 16.79 8.07 38.7 -
YUV 67.35 185.93 173.4 -
System Red Green Blue C M Y K H S L
Decimal 131 15 170 0.23 0.91 0 0.33 284.9 0.84 0.36
Hex 83 F AA 17 5B 0 21 11D 54 24
Octal 203 17 252 27 133 0 41 435 124 44
Binary 10000011 1111 10101010 10111 1011011 0 100001 100011101 1010100 100100

Color Harmonies of #830FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FAA

Black with #830FAA

Text Example


Text Example

White with #830FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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