Html Css Color HEX #880940 Tyrian Purple

📋 copy color: '#880940'

red 136 ◦ green 9 ◦ blue 64

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

Shades of Tyrian Purple #880940

Tints of Tyrian Purple #880940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 65.07%
G = 4.31%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#880940 (or 0x880940) is known color: Tyrian Purple. HEX triplet: 88, 09 and 40. RGB value is (136,9,64). Sum of RGB (Red+Green+Blue) = 136+9+64=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #880940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880940 is #77F6BF. Grayscale: #353535. Windows color (decimal): -7861952 or 4196744. OLE color: 4196744.

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

Color convert

RGB 136 9 64 -
CMYK 0 0.93 0.53 0.47
HSL 334.02º 0.88% 0.28% -
HSV(B) 334.02º 0.93% 0.53% -
XYZ 11.18 5.8 5.38 -
YUV 53.24 134.08 187.03 -
System Red Green Blue C M Y K H S L
Decimal 136 9 64 0 0.93 0.53 0.47 334.02 0.88 0.28
Hex 88 9 40 0 5D 35 2F 14E 58 1C
Octal 210 11 100 0 135 65 57 516 130 34
Binary 10001000 1001 1000000 0 1011101 110101 101111 101001110 1011000 11100

Color Harmonies of #880940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880940

Black with #880940

Text Example


Text Example

White with #880940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880940; }

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

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

background-color css

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

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

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

border-color css

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

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

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