Html Css Color HEX #881663 Dark Purple

📋 copy color: '#881663'

red 136 ◦ green 22 ◦ blue 99

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

Shades of Dark Purple #881663

Tints of Dark Purple #881663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.52%

R = 52.92%
G = 8.56%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#881663 (or 0x881663) is known color: Dark Purple. HEX triplet: 88, 16 and 63. RGB value is (136,22,99). Sum of RGB (Red+Green+Blue) = 136+22+99=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #881663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881663 is #77E99C. Grayscale: #404040. Windows color (decimal): -7858589 or 6493832. OLE color: 6493832.

HSL color Cylindrical-coordinate representation of color #881663: hue angle of 319.47º 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 #881663 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 22 99 -
CMYK 0 0.84 0.27 0.47
HSL 319.47º 0.72% 0.31% -
HSV(B) 319.47º 0.84% 0.53% -
XYZ 12.69 6.71 12.43 -
YUV 64.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 136 22 99 0 0.84 0.27 0.47 319.47 0.72 0.31
Hex 88 16 63 0 54 1B 2F 13F 48 1F
Octal 210 26 143 0 124 33 57 477 110 37
Binary 10001000 10110 1100011 0 1010100 11011 101111 100111111 1001000 11111

Color Harmonies of #881663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881663

Black with #881663

Text Example


Text Example

White with #881663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881663; }

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

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

background-color css

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

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

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

border-color css

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

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

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