Html Css Color HEX #8A0240 Tyrian Purple

📋 copy color: '#8A0240'

red 138 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #8A0240

Tints of Tyrian Purple #8A0240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 64 (25.39% from 255) = 31.37%

R = 67.65%
G = 0.98%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#8A0240 (or 0x8A0240) is known color: Tyrian Purple. HEX triplet: 8A, 02 and 40. RGB value is (138,2,64). Sum of RGB (Red+Green+Blue) = 138+2+64=204 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.65% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0240 is #75FDBF. Grayscale: #313131. Windows color (decimal): -7732672 or 4194954. OLE color: 4194954.

HSL color Cylindrical-coordinate representation of color #8A0240: hue angle of 332.65º degrees, saturation: 0.97, 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 #8A0240 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 2 64 -
CMYK 0 0.99 0.54 0.46
HSL 332.65º 0.97% 0.27% -
HSV(B) 332.65º 0.99% 0.54% -
XYZ 11.43 5.82 5.37 -
YUV 49.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 138 2 64 0 0.99 0.54 0.46 332.65 0.97 0.27
Hex 8A 2 40 0 63 36 2E 14D 61 1B
Octal 212 2 100 0 143 66 56 515 141 33
Binary 10001010 10 1000000 0 1100011 110110 101110 101001101 1100001 11011

Color Harmonies of #8A0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0240

Black with #8A0240

Text Example


Text Example

White with #8A0240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,2,64); }

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

background-color css

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

 a { background-color: rgb(138,2,64); }

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

border-color css

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

 span { border-color: rgb(138,2,64); }

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