Html Css Color HEX #881A75 Dark Purple

📋 copy color: '#881A75'

red 136 ◦ green 26 ◦ blue 117

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

Shades of Dark Purple #881A75

Tints of Dark Purple #881A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.94%

R = 48.75%
G = 9.32%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#881A75 (or 0x881A75) is known color: Dark Purple. HEX triplet: 88, 1A and 75. RGB value is (136,26,117). Sum of RGB (Red+Green+Blue) = 136+26+117=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #881A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881A75 is #77E58A. Grayscale: #454545. Windows color (decimal): -7857547 or 7674504. OLE color: 7674504.

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

Color convert

RGB 136 26 117 -
CMYK 0 0.81 0.14 0.47
HSL 310.36º 0.68% 0.32% -
HSV(B) 310.36º 0.81% 0.53% -
XYZ 13.73 7.26 17.51 -
YUV 69.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 136 26 117 0 0.81 0.14 0.47 310.36 0.68 0.32
Hex 88 1A 75 0 51 E 2F 136 44 20
Octal 210 32 165 0 121 16 57 466 104 40
Binary 10001000 11010 1110101 0 1010001 1110 101111 100110110 1000100 100000

Color Harmonies of #881A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A75

Black with #881A75

Text Example


Text Example

White with #881A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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