Html Css Color HEX #881767 Dark Purple

📋 copy color: '#881767'

red 136 ◦ green 23 ◦ blue 103

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

Shades of Dark Purple #881767

Tints of Dark Purple #881767

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.78%

 BLUE value IS 103 (40.63% from 255) = 39.31%

R = 51.91%
G = 8.78%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#881767 (or 0x881767) is known color: Dark Purple. HEX triplet: 88, 17 and 67. RGB value is (136,23,103). Sum of RGB (Red+Green+Blue) = 136+23+103=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #881767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881767 is #77E898. Grayscale: #414141. Windows color (decimal): -7858329 or 6756232. OLE color: 6756232.

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

Color convert

RGB 136 23 103 -
CMYK 0 0.83 0.24 0.47
HSL 317.52º 0.71% 0.31% -
HSV(B) 317.52º 0.83% 0.53% -
XYZ 12.91 6.83 13.47 -
YUV 65.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 136 23 103 0 0.83 0.24 0.47 317.52 0.71 0.31
Hex 88 17 67 0 53 18 2F 13E 47 1F
Octal 210 27 147 0 123 30 57 476 107 37
Binary 10001000 10111 1100111 0 1010011 11000 101111 100111110 1000111 11111

Color Harmonies of #881767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881767

Black with #881767

Text Example


Text Example

White with #881767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881767; }

 p { color: rgb(136,23,103); }

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

background-color css

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

 a { background-color: rgb(136,23,103); }

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

border-color css

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

 span { border-color: rgb(136,23,103); }

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