Html Css Color HEX #830296 Dark Magenta

📋 copy color: '#830296'

red 131 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #830296

Tints of Dark Magenta #830296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 46.29%
G = 0.71%
B = 53%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#830296 (or 0x830296) is known color: Dark Magenta. HEX triplet: 83, 02 and 96. RGB value is (131,2,150). Sum of RGB (Red+Green+Blue) = 131+2+150=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #830296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830296 is #7CFD69. Grayscale: #383838. Windows color (decimal): -8191338 or 9831043. OLE color: 9831043.

HSL color Cylindrical-coordinate representation of color #830296: hue angle of 292.3º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830296 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 2 150 -
CMYK 0.13 0.99 0 0.41
HSL 292.3º 0.97% 0.3% -
HSV(B) 292.3º 0.99% 0.59% -
XYZ 14.89 7.07 29.43 -
YUV 57.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 131 2 150 0.13 0.99 0 0.41 292.3 0.97 0.3
Hex 83 2 96 D 63 0 29 124 61 1E
Octal 203 2 226 15 143 0 51 444 141 36
Binary 10000011 10 10010110 1101 1100011 0 101001 100100100 1100001 11110

Color Harmonies of #830296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830296

Black with #830296

Text Example


Text Example

White with #830296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830296; }

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

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

background-color css

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

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

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

border-color css

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

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

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