Html Css Color HEX #830A96 Dark Magenta

📋 copy color: '#830A96'

red 131 ◦ green 10 ◦ blue 150

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

Shades of Dark Magenta #830A96

Tints of Dark Magenta #830A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 51.55%

R = 45.02%
G = 3.44%
B = 51.55%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#830A96 (or 0x830A96) is known color: Dark Magenta. HEX triplet: 83, 0A and 96. RGB value is (131,10,150). Sum of RGB (Red+Green+Blue) = 131+10+150=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #830A96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830A96 is #7CF569. Grayscale: #3D3D3D. Windows color (decimal): -8189290 or 9833091. OLE color: 9833091.

HSL color Cylindrical-coordinate representation of color #830A96: hue angle of 291.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830A96 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 10 150 -
CMYK 0.13 0.93 0 0.41
HSL 291.86º 0.88% 0.31% -
HSV(B) 291.86º 0.93% 0.59% -
XYZ 14.97 7.24 29.46 -
YUV 62.14 177.59 177.12 -
System Red Green Blue C M Y K H S L
Decimal 131 10 150 0.13 0.93 0 0.41 291.86 0.88 0.31
Hex 83 A 96 D 5D 0 29 124 58 1F
Octal 203 12 226 15 135 0 51 444 130 37
Binary 10000011 1010 10010110 1101 1011101 0 101001 100100100 1011000 11111

Color Harmonies of #830A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830A96

Black with #830A96

Text Example


Text Example

White with #830A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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