Html Css Color HEX #8A0343 Tyrian Purple

📋 copy color: '#8A0343'

red 138 ◦ green 3 ◦ blue 67

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

Shades of Tyrian Purple #8A0343

Tints of Tyrian Purple #8A0343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 32.21%

R = 66.35%
G = 1.44%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#8A0343 (or 0x8A0343) is known color: Tyrian Purple. HEX triplet: 8A, 03 and 43. RGB value is (138,3,67). Sum of RGB (Red+Green+Blue) = 138+3+67=208 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.35% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0343 is #75FCBC. Grayscale: #323232. Windows color (decimal): -7732413 or 4391818. OLE color: 4391818.

HSL color Cylindrical-coordinate representation of color #8A0343: hue angle of 331.56º 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 #8A0343 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 3 67 -
CMYK 0 0.98 0.51 0.46
HSL 331.56º 0.96% 0.28% -
HSV(B) 331.56º 0.98% 0.54% -
XYZ 11.53 5.87 5.84 -
YUV 50.66 137.23 190.3 -
System Red Green Blue C M Y K H S L
Decimal 138 3 67 0 0.98 0.51 0.46 331.56 0.96 0.28
Hex 8A 3 43 0 62 33 2E 14C 60 1C
Octal 212 3 103 0 142 63 56 514 140 34
Binary 10001010 11 1000011 0 1100010 110011 101110 101001100 1100000 11100

Color Harmonies of #8A0343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0343

Black with #8A0343

Text Example


Text Example

White with #8A0343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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