Html Css Color HEX #8B078B Dark Magenta

📋 copy color: '#8B078B'

red 139 ◦ green 7 ◦ blue 139

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

Shades of Dark Magenta #8B078B

Tints of Dark Magenta #8B078B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

 BLUE value IS 139 (54.69% from 255) = 48.77%

R = 48.77%
G = 2.46%
B = 48.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B078B (or 0x8B078B) is known color: Dark Magenta. HEX triplet: 8B, 07 and 8B. RGB value is (139,7,139). Sum of RGB (Red+Green+Blue) = 139+7+139=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B078B is #74F874. Grayscale: #3D3D3D. Windows color (decimal): -7665781 or 9111435. OLE color: 9111435.

HSL color Cylindrical-coordinate representation of color #8B078B: hue angle of 300º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B078B is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 7 139 -
CMYK 0 0.95 0 0.45
HSL 300º 0.9% 0.29% -
HSV(B) 300º 0.95% 0.55% -
XYZ 15.38 7.51 25.06 -
YUV 61.52 171.73 183.27 -
System Red Green Blue C M Y K H S L
Decimal 139 7 139 0 0.95 0 0.45 300 0.9 0.29
Hex 8B 7 8B 0 5F 0 2D 12C 5A 1D
Octal 213 7 213 0 137 0 55 454 132 35
Binary 10001011 111 10001011 0 1011111 0 101101 100101100 1011010 11101

Color Harmonies of #8B078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B078B

Black with #8B078B

Text Example


Text Example

White with #8B078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,7,139); }

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

background-color css

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

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

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

border-color css

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

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

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