Html Css Color HEX #8A0444 Tyrian Purple

📋 copy color: '#8A0444'

red 138 ◦ green 4 ◦ blue 68

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

Shades of Tyrian Purple #8A0444

Tints of Tyrian Purple #8A0444

RGB

 RED value IS 138 (54.3% from 255) = 65.71%

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 65.71%
G = 1.9%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#8A0444 (or 0x8A0444) is known color: Tyrian Purple. HEX triplet: 8A, 04 and 44. RGB value is (138,4,68). Sum of RGB (Red+Green+Blue) = 138+4+68=210 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.71% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0444 is #75FBBB. Grayscale: #333333. Windows color (decimal): -7732156 or 4457610. OLE color: 4457610.

HSL color Cylindrical-coordinate representation of color #8A0444: hue angle of 331.34º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A0444 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 4 68 -
CMYK 0 0.97 0.51 0.46
HSL 331.34º 0.94% 0.28% -
HSV(B) 331.34º 0.97% 0.54% -
XYZ 11.57 5.91 6 -
YUV 51.36 137.39 189.8 -
System Red Green Blue C M Y K H S L
Decimal 138 4 68 0 0.97 0.51 0.46 331.34 0.94 0.28
Hex 8A 4 44 0 61 33 2E 14B 5E 1C
Octal 212 4 104 0 141 63 56 513 136 34
Binary 10001010 100 1000100 0 1100001 110011 101110 101001011 1011110 11100

Color Harmonies of #8A0444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0444

Black with #8A0444

Text Example


Text Example

White with #8A0444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A0444; }

 p { color: rgb(138,4,68); }

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

background-color css

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

 a { background-color: rgb(138,4,68); }

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

border-color css

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

 span { border-color: rgb(138,4,68); }

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