Html Css Color HEX #8B0397 Dark Magenta

📋 copy color: '#8B0397'

red 139 ◦ green 3 ◦ blue 151

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

Shades of Dark Magenta #8B0397

Tints of Dark Magenta #8B0397

RGB

 RED value IS 139 (54.69% from 255) = 47.44%

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

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

R = 47.44%
G = 1.02%
B = 51.54%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8B0397 (or 0x8B0397) is known color: Dark Magenta. HEX triplet: 8B, 03 and 97. RGB value is (139,3,151). Sum of RGB (Red+Green+Blue) = 139+3+151=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B0397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0397 is #74FC68. Grayscale: #3C3C3C. Windows color (decimal): -7666793 or 9896843. OLE color: 9896843.

HSL color Cylindrical-coordinate representation of color #8B0397: hue angle of 295.14º 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 #8B0397 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 139 3 151 -
CMYK 0.08 0.98 0 0.41
HSL 295.14º 0.96% 0.3% -
HSV(B) 295.14º 0.98% 0.59% -
XYZ 16.27 7.79 29.92 -
YUV 60.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 139 3 151 0.08 0.98 0 0.41 295.14 0.96 0.3
Hex 8B 3 97 8 62 0 29 127 60 1E
Octal 213 3 227 10 142 0 51 447 140 36
Binary 10001011 11 10010111 1000 1100010 0 101001 100100111 1100000 11110

Color Harmonies of #8B0397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0397

Black with #8B0397

Text Example


Text Example

White with #8B0397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B0397; }

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

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

background-color css

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

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

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

border-color css

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

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

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