Html Css Color HEX #830097 Dark Magenta

📋 copy color: '#830097'

red 131 ◦ green 0 ◦ blue 151

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

Shades of Dark Magenta #830097

Tints of Dark Magenta #830097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 151 (59.38% from 255) = 53.55%

R = 46.45%
G = 0%
B = 53.55%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#830097 (or 0x830097) is known color: Dark Magenta. HEX triplet: 83, 00 and 97. RGB value is (131,0,151). Sum of RGB (Red+Green+Blue) = 131+0+151=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #830097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830097 is #7CFF68. Grayscale: #373737. Windows color (decimal): -8191849 or 9896067. OLE color: 9896067.

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

Color convert

RGB 131 0 151 -
CMYK 0.13 1 0 0.41
HSL 292.05º 1% 0.3% -
HSV(B) 292.05º 1% 0.59% -
XYZ 14.95 7.06 29.85 -
YUV 56.38 181.4 181.22 -
System Red Green Blue C M Y K H S L
Decimal 131 0 151 0.13 1 0 0.41 292.05 1 0.3
Hex 83 0 97 D 64 0 29 124 64 1E
Octal 203 0 227 15 144 0 51 444 144 36
Binary 10000011 0 10010111 1101 1100100 0 101001 100100100 1100100 11110

Color Harmonies of #830097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830097

Black with #830097

Text Example


Text Example

White with #830097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830097; }

 p { color: rgb(131,0,151); }

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

background-color css

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

 a { background-color: rgb(131,0,151); }

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

border-color css

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

 span { border-color: rgb(131,0,151); }

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