Html Css Color HEX #89068B Dark Magenta

📋 copy color: '#89068B'

red 137 ◦ green 6 ◦ blue 139

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

Shades of Dark Magenta #89068B

Tints of Dark Magenta #89068B

RGB

 RED value IS 137 (53.91% from 255) = 48.58%

 GREEN value IS 6 (2.73% from 255) = 2.13%

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

R = 48.58%
G = 2.13%
B = 49.29%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89068B (or 0x89068B) is known color: Dark Magenta. HEX triplet: 89, 06 and 8B. RGB value is (137,6,139). Sum of RGB (Red+Green+Blue) = 137+6+139=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #89068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89068B is #76F974. Grayscale: #3B3B3B. Windows color (decimal): -7797109 or 9111177. OLE color: 9111177.

HSL color Cylindrical-coordinate representation of color #89068B: hue angle of 299.1º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89068B is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 6 139 -
CMYK 0.01 0.96 0 0.45
HSL 299.1º 0.92% 0.28% -
HSV(B) 299.1º 0.96% 0.55% -
XYZ 15.04 7.31 25.04 -
YUV 60.33 172.4 182.69 -
System Red Green Blue C M Y K H S L
Decimal 137 6 139 0.01 0.96 0 0.45 299.1 0.92 0.28
Hex 89 6 8B 1 60 0 2D 12B 5C 1C
Octal 211 6 213 1 140 0 55 453 134 34
Binary 10001001 110 10001011 1 1100000 0 101101 100101011 1011100 11100

Color Harmonies of #89068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89068B

Black with #89068B

Text Example


Text Example

White with #89068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89068B; }

 p { color: rgb(137,6,139); }

 H1.HeaderClassName
 {
   color: #89068B;
 }
 .AnyTagClassName
 {
   color: #89068B;
 }
</style>

background-color css

<style>
 a { background-color: #89068B; }

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

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

border-color css

<style>
 span { border-color: #89068B; }

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

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