Html Css Color HEX #881A8B Dark Purple

📋 copy color: '#881A8B'

red 136 ◦ green 26 ◦ blue 139

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

Shades of Dark Purple #881A8B

Tints of Dark Purple #881A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.18%

R = 45.18%
G = 8.64%
B = 46.18%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#881A8B (or 0x881A8B) is known color: Dark Purple. HEX triplet: 88, 1A and 8B. RGB value is (136,26,139). Sum of RGB (Red+Green+Blue) = 136+26+139=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #881A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881A8B is #77E574. Grayscale: #474747. Windows color (decimal): -7857525 or 9116296. OLE color: 9116296.

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

Color convert

RGB 136 26 139 -
CMYK 0.02 0.81 0 0.45
HSL 298.41º 0.68% 0.32% -
HSV(B) 298.41º 0.81% 0.55% -
XYZ 15.18 7.84 25.14 -
YUV 71.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 136 26 139 0.02 0.81 0 0.45 298.41 0.68 0.32
Hex 88 1A 8B 2 51 0 2D 12A 44 20
Octal 210 32 213 2 121 0 55 452 104 40
Binary 10001000 11010 10001011 10 1010001 0 101101 100101010 1000100 100000

Color Harmonies of #881A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A8B

Black with #881A8B

Text Example


Text Example

White with #881A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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