Html Css Color HEX #880842 Tyrian Purple

📋 copy color: '#880842'

red 136 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #880842

Tints of Tyrian Purple #880842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.81%

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

R = 64.76%
G = 3.81%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#880842 (or 0x880842) is known color: Tyrian Purple. HEX triplet: 88, 08 and 42. RGB value is (136,8,66). Sum of RGB (Red+Green+Blue) = 136+8+66=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #880842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880842 is #77F7BD. Grayscale: #343434. Windows color (decimal): -7862206 or 4327560. OLE color: 4327560.

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

Color convert

RGB 136 8 66 -
CMYK 0 0.94 0.51 0.47
HSL 332.81º 0.89% 0.28% -
HSV(B) 332.81º 0.94% 0.53% -
XYZ 11.22 5.8 5.68 -
YUV 52.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 136 8 66 0 0.94 0.51 0.47 332.81 0.89 0.28
Hex 88 8 42 0 5E 33 2F 14D 59 1C
Octal 210 10 102 0 136 63 57 515 131 34
Binary 10001000 1000 1000010 0 1011110 110011 101111 101001101 1011001 11100

Color Harmonies of #880842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880842

Black with #880842

Text Example


Text Example

White with #880842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880842; }

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

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

background-color css

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

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

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

border-color css

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

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

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