Html Css Color HEX #8B148A Dark Magenta

📋 copy color: '#8B148A'

red 139 ◦ green 20 ◦ blue 138

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

Shades of Dark Magenta #8B148A

Tints of Dark Magenta #8B148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.46%

R = 46.8%
G = 6.73%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B148A (or 0x8B148A) is known color: Dark Magenta. HEX triplet: 8B, 14 and 8A. RGB value is (139,20,138). Sum of RGB (Red+Green+Blue) = 139+20+138=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B148A is #74EB75. Grayscale: #444444. Windows color (decimal): -7662454 or 9049227. OLE color: 9049227.

HSL color Cylindrical-coordinate representation of color #8B148A: hue angle of 300.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B148A is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 20 138 -
CMYK 0 0.86 0.01 0.45
HSL 300.5º 0.75% 0.31% -
HSV(B) 300.5º 0.86% 0.55% -
XYZ 15.49 7.82 24.74 -
YUV 69.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 139 20 138 0 0.86 0.01 0.45 300.5 0.75 0.31
Hex 8B 14 8A 0 56 1 2D 12D 4B 1F
Octal 213 24 212 0 126 1 55 455 113 37
Binary 10001011 10100 10001010 0 1010110 1 101101 100101101 1001011 11111

Color Harmonies of #8B148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B148A

Black with #8B148A

Text Example


Text Example

White with #8B148A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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