Html Css Color HEX #8B1998 Dark Magenta

📋 copy color: '#8B1998'

red 139 ◦ green 25 ◦ blue 152

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

Shades of Dark Magenta #8B1998

Tints of Dark Magenta #8B1998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.91%

 BLUE value IS 152 (59.77% from 255) = 48.1%

R = 43.99%
G = 7.91%
B = 48.1%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8B1998 (or 0x8B1998) is known color: Dark Magenta. HEX triplet: 8B, 19 and 98. RGB value is (139,25,152). Sum of RGB (Red+Green+Blue) = 139+25+152=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B1998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1998 is #74E667. Grayscale: #494949. Windows color (decimal): -7661160 or 9968011. OLE color: 9968011.

HSL color Cylindrical-coordinate representation of color #8B1998: hue angle of 293.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1998 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 139 25 152 -
CMYK 0.09 0.84 0 0.40
HSL 293.86º 0.72% 0.35% -
HSV(B) 293.86º 0.84% 0.6% -
XYZ 16.66 8.45 30.46 -
YUV 73.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 139 25 152 0.09 0.84 0 0.40 293.86 0.72 0.35
Hex 8B 19 98 9 54 0 28 126 48 23
Octal 213 31 230 11 124 0 50 446 110 43
Binary 10001011 11001 10011000 1001 1010100 0 101000 100100110 1001000 100011

Color Harmonies of #8B1998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1998

Black with #8B1998

Text Example


Text Example

White with #8B1998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,25,152); }

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

background-color css

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

 a { background-color: rgb(139,25,152); }

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

border-color css

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

 span { border-color: rgb(139,25,152); }

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