Html Css Color HEX #830897 Dark Magenta

📋 copy color: '#830897'

red 131 ◦ green 8 ◦ blue 151

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

Shades of Dark Magenta #830897

Tints of Dark Magenta #830897

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.76%

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

R = 45.17%
G = 2.76%
B = 52.07%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#830897 (or 0x830897) is known color: Dark Magenta. HEX triplet: 83, 08 and 97. RGB value is (131,8,151). Sum of RGB (Red+Green+Blue) = 131+8+151=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #830897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830897 is #7CF768. Grayscale: #3C3C3C. Windows color (decimal): -8189801 or 9898115. OLE color: 9898115.

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

Color convert

RGB 131 8 151 -
CMYK 0.13 0.95 0 0.41
HSL 291.61º 0.9% 0.31% -
HSV(B) 291.61º 0.95% 0.59% -
XYZ 15.03 7.23 29.88 -
YUV 61.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 131 8 151 0.13 0.95 0 0.41 291.61 0.9 0.31
Hex 83 8 97 D 5F 0 29 124 5A 1F
Octal 203 10 227 15 137 0 51 444 132 37
Binary 10000011 1000 10010111 1101 1011111 0 101001 100100100 1011010 11111

Color Harmonies of #830897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830897

Black with #830897

Text Example


Text Example

White with #830897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830897; }

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

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

background-color css

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

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

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

border-color css

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

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

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