Html Css Color HEX #800397 Dark Magenta

📋 copy color: '#800397'

red 128 ◦ green 3 ◦ blue 151

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

Shades of Dark Magenta #800397

Tints of Dark Magenta #800397

RGB

 RED value IS 128 (50.39% from 255) = 45.39%

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 45.39%
G = 1.06%
B = 53.55%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#800397 (or 0x800397) is known color: Dark Magenta. HEX triplet: 80, 03 and 97. RGB value is (128,3,151). Sum of RGB (Red+Green+Blue) = 128+3+151=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 3 (1.56% from 255 or 1.06% 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 #800397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800397 is #7FFC68. Grayscale: #383838. Windows color (decimal): -8387689 or 9896832. OLE color: 9896832.

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

Color convert

RGB 128 3 151 -
CMYK 0.15 0.98 0 0.41
HSL 290.68º 0.96% 0.3% -
HSV(B) 290.68º 0.98% 0.59% -
XYZ 14.52 6.89 29.84 -
YUV 57.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 128 3 151 0.15 0.98 0 0.41 290.68 0.96 0.3
Hex 80 3 97 F 62 0 29 123 60 1E
Octal 200 3 227 17 142 0 51 443 140 36
Binary 10000000 11 10010111 1111 1100010 0 101001 100100011 1100000 11110

Color Harmonies of #800397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800397

Black with #800397

Text Example


Text Example

White with #800397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800397; }

 p { color: rgb(128,3,151); }

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

background-color css

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

 a { background-color: rgb(128,3,151); }

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

border-color css

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

 span { border-color: rgb(128,3,151); }

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