Html Css Color HEX #881A60 Dark Purple

📋 copy color: '#881A60'

red 136 ◦ green 26 ◦ blue 96

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

Shades of Dark Purple #881A60

Tints of Dark Purple #881A60

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.08%

 BLUE value IS 96 (37.89% from 255) = 37.21%

R = 52.71%
G = 10.08%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#881A60 (or 0x881A60) is known color: Dark Purple. HEX triplet: 88, 1A and 60. RGB value is (136,26,96). Sum of RGB (Red+Green+Blue) = 136+26+96=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #881A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881A60 is #77E59F. Grayscale: #424242. Windows color (decimal): -7857568 or 6298248. OLE color: 6298248.

HSL color Cylindrical-coordinate representation of color #881A60: hue angle of 321.82º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881A60 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 26 96 -
CMYK 0 0.81 0.29 0.47
HSL 321.82º 0.68% 0.32% -
HSV(B) 321.82º 0.81% 0.53% -
XYZ 12.63 6.82 11.72 -
YUV 66.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 136 26 96 0 0.81 0.29 0.47 321.82 0.68 0.32
Hex 88 1A 60 0 51 1D 2F 142 44 20
Octal 210 32 140 0 121 35 57 502 104 40
Binary 10001000 11010 1100000 0 1010001 11101 101111 101000010 1000100 100000

Color Harmonies of #881A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A60

Black with #881A60

Text Example


Text Example

White with #881A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881A60; }

 p { color: rgb(136,26,96); }

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

background-color css

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

 a { background-color: rgb(136,26,96); }

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

border-color css

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

 span { border-color: rgb(136,26,96); }

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