Html Css Color HEX #881B8C Dark Purple

📋 copy color: '#881B8C'

red 136 ◦ green 27 ◦ blue 140

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

Shades of Dark Purple #881B8C

Tints of Dark Purple #881B8C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.91%

 BLUE value IS 140 (55.08% from 255) = 46.2%

R = 44.88%
G = 8.91%
B = 46.2%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#881B8C (or 0x881B8C) is known color: Dark Purple. HEX triplet: 88, 1B and 8C. RGB value is (136,27,140). Sum of RGB (Red+Green+Blue) = 136+27+140=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #881B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881B8C is #77E473. Grayscale: #484848. Windows color (decimal): -7857268 or 9182088. OLE color: 9182088.

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

Color convert

RGB 136 27 140 -
CMYK 0.03 0.81 0 0.45
HSL 297.88º 0.68% 0.33% -
HSV(B) 297.88º 0.81% 0.55% -
XYZ 15.28 7.91 25.53 -
YUV 72.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 136 27 140 0.03 0.81 0 0.45 297.88 0.68 0.33
Hex 88 1B 8C 3 51 0 2D 12A 44 21
Octal 210 33 214 3 121 0 55 452 104 41
Binary 10001000 11011 10001100 11 1010001 0 101101 100101010 1000100 100001

Color Harmonies of #881B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881B8C

Black with #881B8C

Text Example


Text Example

White with #881B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,27,140); }

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

background-color css

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

 a { background-color: rgb(136,27,140); }

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

border-color css

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

 span { border-color: rgb(136,27,140); }

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