Html Css Color HEX #881974 Dark Purple

📋 copy color: '#881974'

red 136 ◦ green 25 ◦ blue 116

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

Shades of Dark Purple #881974

Tints of Dark Purple #881974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.88%

R = 49.1%
G = 9.03%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#881974 (or 0x881974) is known color: Dark Purple. HEX triplet: 88, 19 and 74. RGB value is (136,25,116). Sum of RGB (Red+Green+Blue) = 136+25+116=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #881974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881974 is #77E68B. Grayscale: #444444. Windows color (decimal): -7857804 or 7608712. OLE color: 7608712.

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

Color convert

RGB 136 25 116 -
CMYK 0 0.82 0.15 0.47
HSL 310.81º 0.69% 0.32% -
HSV(B) 310.81º 0.82% 0.53% -
XYZ 13.65 7.19 17.19 -
YUV 68.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 136 25 116 0 0.82 0.15 0.47 310.81 0.69 0.32
Hex 88 19 74 0 52 F 2F 137 45 20
Octal 210 31 164 0 122 17 57 467 105 40
Binary 10001000 11001 1110100 0 1010010 1111 101111 100110111 1000101 100000

Color Harmonies of #881974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881974

Black with #881974

Text Example


Text Example

White with #881974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881974; }

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

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

background-color css

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

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

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

border-color css

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

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

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