Html Css Color HEX #8B1495 Dark Magenta

📋 copy color: '#8B1495'

red 139 ◦ green 20 ◦ blue 149

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

Shades of Dark Magenta #8B1495

Tints of Dark Magenta #8B1495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.49%

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

R = 45.13%
G = 6.49%
B = 48.38%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8B1495 (or 0x8B1495) is known color: Dark Magenta. HEX triplet: 8B, 14 and 95. RGB value is (139,20,149). Sum of RGB (Red+Green+Blue) = 139+20+149=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B1495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1495 is #74EB6A. Grayscale: #454545. Windows color (decimal): -7662443 or 9770123. OLE color: 9770123.

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

Color convert

RGB 139 20 149 -
CMYK 0.07 0.87 0 0.42
HSL 295.35º 0.76% 0.33% -
HSV(B) 295.35º 0.87% 0.58% -
XYZ 16.32 8.16 29.15 -
YUV 70.29 172.42 177.01 -
System Red Green Blue C M Y K H S L
Decimal 139 20 149 0.07 0.87 0 0.42 295.35 0.76 0.33
Hex 8B 14 95 7 57 0 2A 127 4C 21
Octal 213 24 225 7 127 0 52 447 114 41
Binary 10001011 10100 10010101 111 1010111 0 101010 100100111 1001100 100001

Color Harmonies of #8B1495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1495

Black with #8B1495

Text Example


Text Example

White with #8B1495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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