#880946

Color #880946 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #880946

Tints of Tyrian Purple #880946

Color information

#880946 (or 0x880946) is unknown color: approx Tyrian Purple. HEX triplet: 88, 09 and 46. RGB value is (136,9,70). Sum of RGB (Red+Green+Blue) = 136+9+70=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #880946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880946 is #77F6B9. Grayscale: #353535. Windows color (decimal): -7861946 or 4589960. OLE color: 4589960.

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

Color convert

RGB136970-
CMYK00.930.490.47
HSL331.18º87.59%28.43%-
HSV(B)331.18º93.38%53.33%-
XYZ11.365.876.33-
YUV53.93137.08186.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.26%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=63.26%
G=4.19%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13697000.930.490.47331.1887.5928.43
Hex8894605D312F14b581c
Octal210111060135615751313034
Binary100010001001100011001011101110001101111101001011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880946; }

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

 H1.HeaderClassName
 {
   color: #880946;
 }
 .AnyTagClassName
 {
   color: #880946;
 }
</style>
background-color css

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

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

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

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

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

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