Html Css Color HEX #890942 Tyrian Purple

📋 copy color: '#890942'

red 137 ◦ green 9 ◦ blue 66

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

Shades of Tyrian Purple #890942

Tints of Tyrian Purple #890942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

 BLUE value IS 66 (26.17% from 255) = 31.13%

R = 64.62%
G = 4.25%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#890942 (or 0x890942) is known color: Tyrian Purple. HEX triplet: 89, 09 and 42. RGB value is (137,9,66). Sum of RGB (Red+Green+Blue) = 137+9+66=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #890942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890942 is #76F6BD. Grayscale: #353535. Windows color (decimal): -7796414 or 4327817. OLE color: 4327817.

HSL color Cylindrical-coordinate representation of color #890942: hue angle of 333.28º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890942 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 9 66 -
CMYK 0 0.93 0.52 0.46
HSL 333.28º 0.88% 0.29% -
HSV(B) 333.28º 0.93% 0.54% -
XYZ 11.4 5.91 5.69 -
YUV 53.77 134.91 187.37 -
System Red Green Blue C M Y K H S L
Decimal 137 9 66 0 0.93 0.52 0.46 333.28 0.88 0.29
Hex 89 9 42 0 5D 34 2E 14D 58 1D
Octal 211 11 102 0 135 64 56 515 130 35
Binary 10001001 1001 1000010 0 1011101 110100 101110 101001101 1011000 11101

Color Harmonies of #890942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890942

Black with #890942

Text Example


Text Example

White with #890942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890942; }

 p { color: rgb(137,9,66); }

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

background-color css

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

 a { background-color: rgb(137,9,66); }

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

border-color css

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

 span { border-color: rgb(137,9,66); }

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