Html Css Color HEX #8B1892 Dark Magenta

📋 copy color: '#8B1892'

red 139 ◦ green 24 ◦ blue 146

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

Shades of Dark Magenta #8B1892

Tints of Dark Magenta #8B1892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.77%

 BLUE value IS 146 (57.42% from 255) = 47.25%

R = 44.98%
G = 7.77%
B = 47.25%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8B1892 (or 0x8B1892) is known color: Dark Magenta. HEX triplet: 8B, 18 and 92. RGB value is (139,24,146). Sum of RGB (Red+Green+Blue) = 139+24+146=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B1892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1892 is #74E76D. Grayscale: #474747. Windows color (decimal): -7661422 or 9574539. OLE color: 9574539.

HSL color Cylindrical-coordinate representation of color #8B1892: hue angle of 296.56º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1892 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 139 24 146 -
CMYK 0.05 0.84 0 0.43
HSL 296.56º 0.72% 0.33% -
HSV(B) 296.56º 0.84% 0.57% -
XYZ 16.16 8.22 27.93 -
YUV 72.29 169.6 175.58 -
System Red Green Blue C M Y K H S L
Decimal 139 24 146 0.05 0.84 0 0.43 296.56 0.72 0.33
Hex 8B 18 92 5 54 0 2B 129 48 21
Octal 213 30 222 5 124 0 53 451 110 41
Binary 10001011 11000 10010010 101 1010100 0 101011 100101001 1001000 100001

Color Harmonies of #8B1892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1892

Black with #8B1892

Text Example


Text Example

White with #8B1892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,24,146); }

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

background-color css

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

 a { background-color: rgb(139,24,146); }

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

border-color css

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

 span { border-color: rgb(139,24,146); }

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