Html Css Color HEX #8B1895 Dark Magenta

📋 copy color: '#8B1895'

red 139 ◦ green 24 ◦ blue 149

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

Shades of Dark Magenta #8B1895

Tints of Dark Magenta #8B1895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 44.55%
G = 7.69%
B = 47.76%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8B1895 (or 0x8B1895) is known color: Dark Magenta. HEX triplet: 8B, 18 and 95. RGB value is (139,24,149). Sum of RGB (Red+Green+Blue) = 139+24+149=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B1895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1895 is #74E76A. Grayscale: #484848. Windows color (decimal): -7661419 or 9771147. OLE color: 9771147.

HSL color Cylindrical-coordinate representation of color #8B1895: hue angle of 295.2º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1895 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 24 149 -
CMYK 0.07 0.84 0 0.42
HSL 295.2º 0.72% 0.34% -
HSV(B) 295.2º 0.84% 0.58% -
XYZ 16.4 8.31 29.17 -
YUV 72.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 139 24 149 0.07 0.84 0 0.42 295.2 0.72 0.34
Hex 8B 18 95 7 54 0 2A 127 48 22
Octal 213 30 225 7 124 0 52 447 110 42
Binary 10001011 11000 10010101 111 1010100 0 101010 100100111 1001000 100010

Color Harmonies of #8B1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1895

Black with #8B1895

Text Example


Text Example

White with #8B1895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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