Html Css Color HEX #880942 Tyrian Purple

📋 copy color: '#880942'

red 136 ◦ green 9 ◦ blue 66

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

Shades of Tyrian Purple #880942

Tints of Tyrian Purple #880942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.28%

R = 64.45%
G = 4.27%
B = 31.28%

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

#880942 (or 0x880942) is known color: Tyrian Purple. HEX triplet: 88, 09 and 42. RGB value is (136,9,66). Sum of RGB (Red+Green+Blue) = 136+9+66=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #880942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880942 is #77F6BD. Grayscale: #353535. Windows color (decimal): -7861950 or 4327816. OLE color: 4327816.

HSL color Cylindrical-coordinate representation of color #880942: hue angle of 333.07º 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 #880942 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 66 -
CMYK 0 0.93 0.51 0.47
HSL 333.07º 0.88% 0.28% -
HSV(B) 333.07º 0.93% 0.53% -
XYZ 11.23 5.82 5.69 -
YUV 53.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 136 9 66 0 0.93 0.51 0.47 333.07 0.88 0.28
Hex 88 9 42 0 5D 33 2F 14D 58 1C
Octal 210 11 102 0 135 63 57 515 130 34
Binary 10001000 1001 1000010 0 1011101 110011 101111 101001101 1011000 11100

Color Harmonies of #880942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880942

Black with #880942

Text Example


Text Example

White with #880942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880942; }

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

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

background-color css

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

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

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

border-color css

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

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

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