Html Css Color HEX #881673 Dark Purple

📋 copy color: '#881673'

red 136 ◦ green 22 ◦ blue 115

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

Shades of Dark Purple #881673

Tints of Dark Purple #881673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.12%

R = 49.82%
G = 8.06%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#881673 (or 0x881673) is known color: Dark Purple. HEX triplet: 88, 16 and 73. RGB value is (136,22,115). Sum of RGB (Red+Green+Blue) = 136+22+115=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #881673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881673 is #77E98C. Grayscale: #424242. Windows color (decimal): -7858573 or 7542408. OLE color: 7542408.

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

Color convert

RGB 136 22 115 -
CMYK 0 0.84 0.15 0.47
HSL 311.05º 0.72% 0.31% -
HSV(B) 311.05º 0.84% 0.53% -
XYZ 13.53 7.05 16.87 -
YUV 66.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 136 22 115 0 0.84 0.15 0.47 311.05 0.72 0.31
Hex 88 16 73 0 54 F 2F 137 48 1F
Octal 210 26 163 0 124 17 57 467 110 37
Binary 10001000 10110 1110011 0 1010100 1111 101111 100110111 1001000 11111

Color Harmonies of #881673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881673

Black with #881673

Text Example


Text Example

White with #881673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881673; }

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

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

background-color css

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

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

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

border-color css

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

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

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