Html Css Color HEX #881A6E Dark Purple

📋 copy color: '#881A6E'

red 136 ◦ green 26 ◦ blue 110

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

Shades of Dark Purple #881A6E

Tints of Dark Purple #881A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.44%

R = 50%
G = 9.56%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#881A6E (or 0x881A6E) is known color: Dark Purple. HEX triplet: 88, 1A and 6E. RGB value is (136,26,110). Sum of RGB (Red+Green+Blue) = 136+26+110=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #881A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881A6E is #77E591. Grayscale: #444444. Windows color (decimal): -7857554 or 7215752. OLE color: 7215752.

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

Color convert

RGB 136 26 110 -
CMYK 0 0.81 0.19 0.47
HSL 314.18º 0.68% 0.32% -
HSV(B) 314.18º 0.81% 0.53% -
XYZ 13.34 7.1 15.42 -
YUV 68.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 136 26 110 0 0.81 0.19 0.47 314.18 0.68 0.32
Hex 88 1A 6E 0 51 13 2F 13A 44 20
Octal 210 32 156 0 121 23 57 472 104 40
Binary 10001000 11010 1101110 0 1010001 10011 101111 100111010 1000100 100000

Color Harmonies of #881A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A6E

Black with #881A6E

Text Example


Text Example

White with #881A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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