Html Css Color HEX #8B199E Dark Magenta

📋 copy color: '#8B199E'

red 139 ◦ green 25 ◦ blue 158

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

Shades of Dark Magenta #8B199E

Tints of Dark Magenta #8B199E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.07%

R = 43.17%
G = 7.76%
B = 49.07%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8B199E (or 0x8B199E) is known color: Dark Magenta. HEX triplet: 8B, 19 and 9E. RGB value is (139,25,158). Sum of RGB (Red+Green+Blue) = 139+25+158=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B199E is #74E661. Grayscale: #494949. Windows color (decimal): -7661154 or 10361227. OLE color: 10361227.

HSL color Cylindrical-coordinate representation of color #8B199E: hue angle of 291.43º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B199E is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 25 158 -
CMYK 0.12 0.84 0 0.38
HSL 291.43º 0.73% 0.36% -
HSV(B) 291.43º 0.84% 0.62% -
XYZ 17.17 8.65 33.11 -
YUV 74.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 139 25 158 0.12 0.84 0 0.38 291.43 0.73 0.36
Hex 8B 19 9E C 54 0 26 123 49 24
Octal 213 31 236 14 124 0 46 443 111 44
Binary 10001011 11001 10011110 1100 1010100 0 100110 100100011 1001001 100100

Color Harmonies of #8B199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B199E

Black with #8B199E

Text Example


Text Example

White with #8B199E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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