Html Css Color HEX #880943 Tyrian Purple

📋 copy color: '#880943'

red 136 ◦ green 9 ◦ blue 67

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

Shades of Tyrian Purple #880943

Tints of Tyrian Purple #880943

RGB

 RED value IS 136 (53.52% from 255) = 64.15%

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

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

R = 64.15%
G = 4.25%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#880943 (or 0x880943) is known color: Tyrian Purple. HEX triplet: 88, 09 and 43. RGB value is (136,9,67). Sum of RGB (Red+Green+Blue) = 136+9+67=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #880943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880943 is #77F6BC. Grayscale: #353535. Windows color (decimal): -7861949 or 4393352. OLE color: 4393352.

HSL color Cylindrical-coordinate representation of color #880943: hue angle of 332.6º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880943 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 67 -
CMYK 0 0.93 0.51 0.47
HSL 332.6º 0.88% 0.28% -
HSV(B) 332.6º 0.93% 0.53% -
XYZ 11.26 5.83 5.84 -
YUV 53.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 136 9 67 0 0.93 0.51 0.47 332.6 0.88 0.28
Hex 88 9 43 0 5D 33 2F 14D 58 1C
Octal 210 11 103 0 135 63 57 515 130 34
Binary 10001000 1001 1000011 0 1011101 110011 101111 101001101 1011000 11100

Color Harmonies of #880943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880943

Black with #880943

Text Example


Text Example

White with #880943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880943; }

 p { color: rgb(136,9,67); }

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

background-color css

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

 a { background-color: rgb(136,9,67); }

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

border-color css

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

 span { border-color: rgb(136,9,67); }

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