Html Css Color HEX #880841 Tyrian Purple

📋 copy color: '#880841'

red 136 ◦ green 8 ◦ blue 65

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

Shades of Tyrian Purple #880841

Tints of Tyrian Purple #880841

RGB

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

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

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

R = 65.07%
G = 3.83%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#880841 (or 0x880841) is known color: Tyrian Purple. HEX triplet: 88, 08 and 41. RGB value is (136,8,65). Sum of RGB (Red+Green+Blue) = 136+8+65=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #880841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880841 is #77F7BE. Grayscale: #343434. Windows color (decimal): -7862207 or 4262024. OLE color: 4262024.

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

Color convert

RGB 136 8 65 -
CMYK 0 0.94 0.52 0.47
HSL 333.28º 0.89% 0.28% -
HSV(B) 333.28º 0.94% 0.53% -
XYZ 11.19 5.79 5.53 -
YUV 52.77 134.91 187.37 -
System Red Green Blue C M Y K H S L
Decimal 136 8 65 0 0.94 0.52 0.47 333.28 0.89 0.28
Hex 88 8 41 0 5E 34 2F 14D 59 1C
Octal 210 10 101 0 136 64 57 515 131 34
Binary 10001000 1000 1000001 0 1011110 110100 101111 101001101 1011001 11100

Color Harmonies of #880841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880841

Black with #880841

Text Example


Text Example

White with #880841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880841; }

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

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

background-color css

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

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

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

border-color css

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

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

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