Html Css Color HEX #830FA1 Dark Magenta

📋 copy color: '#830FA1'

red 131 ◦ green 15 ◦ blue 161

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

Shades of Dark Magenta #830FA1

Tints of Dark Magenta #830FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 52.44%

R = 42.67%
G = 4.89%
B = 52.44%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#830FA1 (or 0x830FA1) is known color: Dark Magenta. HEX triplet: 83, 0F and A1. RGB value is (131,15,161). Sum of RGB (Red+Green+Blue) = 131+15+161=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #830FA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830FA1 is #7CF05E. Grayscale: #414141. Windows color (decimal): -8187999 or 10555267. OLE color: 10555267.

HSL color Cylindrical-coordinate representation of color #830FA1: hue angle of 287.67º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830FA1 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 15 161 -
CMYK 0.19 0.91 0 0.37
HSL 287.67º 0.83% 0.35% -
HSV(B) 287.67º 0.91% 0.63% -
XYZ 15.96 7.74 34.37 -
YUV 66.33 181.43 174.13 -
System Red Green Blue C M Y K H S L
Decimal 131 15 161 0.19 0.91 0 0.37 287.67 0.83 0.35
Hex 83 F A1 13 5B 0 25 120 53 23
Octal 203 17 241 23 133 0 45 440 123 43
Binary 10000011 1111 10100001 10011 1011011 0 100101 100100000 1010011 100011

Color Harmonies of #830FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FA1

Black with #830FA1

Text Example


Text Example

White with #830FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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