Html Css Color HEX #8A0341 Tyrian Purple

📋 copy color: '#8A0341'

red 138 ◦ green 3 ◦ blue 65

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

Shades of Tyrian Purple #8A0341

Tints of Tyrian Purple #8A0341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 66.99%
G = 1.46%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#8A0341 (or 0x8A0341) is known color: Tyrian Purple. HEX triplet: 8A, 03 and 41. RGB value is (138,3,65). Sum of RGB (Red+Green+Blue) = 138+3+65=206 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.99% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0341 is #75FCBE. Grayscale: #323232. Windows color (decimal): -7732415 or 4260746. OLE color: 4260746.

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

Color convert

RGB 138 3 65 -
CMYK 0 0.98 0.53 0.46
HSL 332.44º 0.96% 0.28% -
HSV(B) 332.44º 0.98% 0.54% -
XYZ 11.47 5.85 5.53 -
YUV 50.43 136.23 190.46 -
System Red Green Blue C M Y K H S L
Decimal 138 3 65 0 0.98 0.53 0.46 332.44 0.96 0.28
Hex 8A 3 41 0 62 35 2E 14C 60 1C
Octal 212 3 101 0 142 65 56 514 140 34
Binary 10001010 11 1000001 0 1100010 110101 101110 101001100 1100000 11100

Color Harmonies of #8A0341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0341

Black with #8A0341

Text Example


Text Example

White with #8A0341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,3,65); }

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

background-color css

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

 a { background-color: rgb(138,3,65); }

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

border-color css

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

 span { border-color: rgb(138,3,65); }

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