Html Css Color HEX #881669 Dark Purple

📋 copy color: '#881669'

red 136 ◦ green 22 ◦ blue 105

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

Shades of Dark Purple #881669

Tints of Dark Purple #881669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.92%

R = 51.71%
G = 8.37%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#881669 (or 0x881669) is known color: Dark Purple. HEX triplet: 88, 16 and 69. RGB value is (136,22,105). Sum of RGB (Red+Green+Blue) = 136+22+105=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #881669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881669 is #77E996. Grayscale: #414141. Windows color (decimal): -7858583 or 6887048. OLE color: 6887048.

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

Color convert

RGB 136 22 105 -
CMYK 0 0.84 0.23 0.47
HSL 316.32º 0.72% 0.31% -
HSV(B) 316.32º 0.84% 0.53% -
XYZ 12.99 6.83 14 -
YUV 65.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 136 22 105 0 0.84 0.23 0.47 316.32 0.72 0.31
Hex 88 16 69 0 54 17 2F 13C 48 1F
Octal 210 26 151 0 124 27 57 474 110 37
Binary 10001000 10110 1101001 0 1010100 10111 101111 100111100 1001000 11111

Color Harmonies of #881669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881669

Black with #881669

Text Example


Text Example

White with #881669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881669; }

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

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

background-color css

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

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

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

border-color css

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

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

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