Html Css Color HEX #881A6F Dark Purple

📋 copy color: '#881A6F'

red 136 ◦ green 26 ◦ blue 111

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

Shades of Dark Purple #881A6F

Tints of Dark Purple #881A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.66%

R = 49.82%
G = 9.52%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#881A6F (or 0x881A6F) is known color: Dark Purple. HEX triplet: 88, 1A and 6F. RGB value is (136,26,111). Sum of RGB (Red+Green+Blue) = 136+26+111=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #881A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881A6F is #77E590. Grayscale: #444444. Windows color (decimal): -7857553 or 7281288. OLE color: 7281288.

HSL color Cylindrical-coordinate representation of color #881A6F: hue angle of 313.64º 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 #881A6F is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 26 111 -
CMYK 0 0.81 0.18 0.47
HSL 313.64º 0.68% 0.32% -
HSV(B) 313.64º 0.81% 0.53% -
XYZ 13.39 7.12 15.71 -
YUV 68.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 136 26 111 0 0.81 0.18 0.47 313.64 0.68 0.32
Hex 88 1A 6F 0 51 12 2F 13A 44 20
Octal 210 32 157 0 121 22 57 472 104 40
Binary 10001000 11010 1101111 0 1010001 10010 101111 100111010 1000100 100000

Color Harmonies of #881A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A6F

Black with #881A6F

Text Example


Text Example

White with #881A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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