Html Css Color HEX #881975 Dark Purple

📋 copy color: '#881975'

red 136 ◦ green 25 ◦ blue 117

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

Shades of Dark Purple #881975

Tints of Dark Purple #881975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

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

R = 48.92%
G = 8.99%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#881975 (or 0x881975) is known color: Dark Purple. HEX triplet: 88, 19 and 75. RGB value is (136,25,117). Sum of RGB (Red+Green+Blue) = 136+25+117=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #881975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881975 is #77E68A. Grayscale: #444444. Windows color (decimal): -7857803 or 7674248. OLE color: 7674248.

HSL color Cylindrical-coordinate representation of color #881975: hue angle of 310.27º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881975 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 117 -
CMYK 0 0.82 0.14 0.47
HSL 310.27º 0.69% 0.32% -
HSV(B) 310.27º 0.82% 0.53% -
XYZ 13.71 7.21 17.5 -
YUV 68.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 136 25 117 0 0.82 0.14 0.47 310.27 0.69 0.32
Hex 88 19 75 0 52 E 2F 136 45 20
Octal 210 31 165 0 122 16 57 466 105 40
Binary 10001000 11001 1110101 0 1010010 1110 101111 100110110 1000101 100000

Color Harmonies of #881975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881975

Black with #881975

Text Example


Text Example

White with #881975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881975; }

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

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

background-color css

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

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

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

border-color css

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

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

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