Html Css Color HEX #890194 Dark Magenta

📋 copy color: '#890194'

red 137 ◦ green 1 ◦ blue 148

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

Shades of Dark Magenta #890194

Tints of Dark Magenta #890194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.75%

R = 47.9%
G = 0.35%
B = 51.75%

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

#890194 (or 0x890194) is known color: Dark Magenta. HEX triplet: 89, 01 and 94. RGB value is (137,1,148). Sum of RGB (Red+Green+Blue) = 137+1+148=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #890194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890194 is #76FE6B. Grayscale: #393939. Windows color (decimal): -7798380 or 9699721. OLE color: 9699721.

HSL color Cylindrical-coordinate representation of color #890194: hue angle of 295.51º 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 #890194 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 1 148 -
CMYK 0.07 0.99 0 0.42
HSL 295.51º 0.99% 0.29% -
HSV(B) 295.51º 0.99% 0.58% -
XYZ 15.67 7.48 28.63 -
YUV 58.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 137 1 148 0.07 0.99 0 0.42 295.51 0.99 0.29
Hex 89 1 94 7 63 0 2A 128 63 1D
Octal 211 1 224 7 143 0 52 450 143 35
Binary 10001001 1 10010100 111 1100011 0 101010 100101000 1100011 11101

Color Harmonies of #890194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890194

Black with #890194

Text Example


Text Example

White with #890194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890194; }

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

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

background-color css

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

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

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

border-color css

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

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

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