Html Css Color HEX #881675 Dark Purple

📋 copy color: '#881675'

red 136 ◦ green 22 ◦ blue 117

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

Shades of Dark Purple #881675

Tints of Dark Purple #881675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.55%

R = 49.45%
G = 8%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#881675 (or 0x881675) is known color: Dark Purple. HEX triplet: 88, 16 and 75. RGB value is (136,22,117). Sum of RGB (Red+Green+Blue) = 136+22+117=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #881675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881675 is #77E98A. Grayscale: #424242. Windows color (decimal): -7858571 or 7673480. OLE color: 7673480.

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

Color convert

RGB 136 22 117 -
CMYK 0 0.84 0.14 0.47
HSL 310º 0.72% 0.31% -
HSV(B) 310º 0.84% 0.53% -
XYZ 13.65 7.09 17.48 -
YUV 66.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 136 22 117 0 0.84 0.14 0.47 310 0.72 0.31
Hex 88 16 75 0 54 E 2F 136 48 1F
Octal 210 26 165 0 124 16 57 466 110 37
Binary 10001000 10110 1110101 0 1010100 1110 101111 100110110 1001000 11111

Color Harmonies of #881675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881675

Black with #881675

Text Example


Text Example

White with #881675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881675; }

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

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

background-color css

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

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

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

border-color css

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

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

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