Html Css Color HEX #890193 Dark Magenta

📋 copy color: '#890193'

red 137 ◦ green 1 ◦ blue 147

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

Shades of Dark Magenta #890193

Tints of Dark Magenta #890193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 147 (57.81% from 255) = 51.58%

R = 48.07%
G = 0.35%
B = 51.58%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#890193 (or 0x890193) is known color: Dark Magenta. HEX triplet: 89, 01 and 93. RGB value is (137,1,147). Sum of RGB (Red+Green+Blue) = 137+1+147=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #890193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890193 is #76FE6C. Grayscale: #393939. Windows color (decimal): -7798381 or 9634185. OLE color: 9634185.

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

Color convert

RGB 137 1 147 -
CMYK 0.07 0.99 0 0.42
HSL 295.89º 0.99% 0.29% -
HSV(B) 295.89º 0.99% 0.58% -
XYZ 15.59 7.45 28.22 -
YUV 58.31 178.06 184.13 -
System Red Green Blue C M Y K H S L
Decimal 137 1 147 0.07 0.99 0 0.42 295.89 0.99 0.29
Hex 89 1 93 7 63 0 2A 128 63 1D
Octal 211 1 223 7 143 0 52 450 143 35
Binary 10001001 1 10010011 111 1100011 0 101010 100101000 1100011 11101

Color Harmonies of #890193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890193

Black with #890193

Text Example


Text Example

White with #890193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890193; }

 p { color: rgb(137,1,147); }

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

background-color css

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

 a { background-color: rgb(137,1,147); }

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

border-color css

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

 span { border-color: rgb(137,1,147); }

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