Html Css Color HEX #881685 Dark Purple

📋 copy color: '#881685'

red 136 ◦ green 22 ◦ blue 133

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

Shades of Dark Purple #881685

Tints of Dark Purple #881685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

 BLUE value IS 133 (52.34% from 255) = 45.7%

R = 46.74%
G = 7.56%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#881685 (or 0x881685) is known color: Dark Purple. HEX triplet: 88, 16 and 85. RGB value is (136,22,133). Sum of RGB (Red+Green+Blue) = 136+22+133=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #881685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881685 is #77E97A. Grayscale: #444444. Windows color (decimal): -7858555 or 8722056. OLE color: 8722056.

HSL color Cylindrical-coordinate representation of color #881685: hue angle of 301.58º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881685 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 22 133 -
CMYK 0 0.84 0.02 0.47
HSL 301.58º 0.72% 0.31% -
HSV(B) 301.58º 0.84% 0.53% -
XYZ 14.67 7.5 22.86 -
YUV 68.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 136 22 133 0 0.84 0.02 0.47 301.58 0.72 0.31
Hex 88 16 85 0 54 2 2F 12E 48 1F
Octal 210 26 205 0 124 2 57 456 110 37
Binary 10001000 10110 10000101 0 1010100 10 101111 100101110 1001000 11111

Color Harmonies of #881685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881685

Black with #881685

Text Example


Text Example

White with #881685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881685; }

 p { color: rgb(136,22,133); }

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

background-color css

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

 a { background-color: rgb(136,22,133); }

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

border-color css

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

 span { border-color: rgb(136,22,133); }

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