Html Css Color HEX #890144 Tyrian Purple

📋 copy color: '#890144'

red 137 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #890144

Tints of Tyrian Purple #890144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.01%

R = 66.5%
G = 0.49%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#890144 (or 0x890144) is known color: Tyrian Purple. HEX triplet: 89, 01 and 44. RGB value is (137,1,68). Sum of RGB (Red+Green+Blue) = 137+1+68=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #890144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890144 is #76FEBB. Grayscale: #313131. Windows color (decimal): -7798460 or 4456841. OLE color: 4456841.

HSL color Cylindrical-coordinate representation of color #890144: hue angle of 330.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890144 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 1 68 -
CMYK 0 0.99 0.50 0.46
HSL 330.44º 0.99% 0.27% -
HSV(B) 330.44º 0.99% 0.54% -
XYZ 11.37 5.76 5.98 -
YUV 49.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 137 1 68 0 0.99 0.50 0.46 330.44 0.99 0.27
Hex 89 1 44 0 63 32 2E 14A 63 1B
Octal 211 1 104 0 143 62 56 512 143 33
Binary 10001001 1 1000100 0 1100011 110010 101110 101001010 1100011 11011

Color Harmonies of #890144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890144

Black with #890144

Text Example


Text Example

White with #890144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890144; }

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

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

background-color css

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

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

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

border-color css

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

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

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