Html Css Color HEX #881278 Dark Purple

📋 copy color: '#881278'

red 136 ◦ green 18 ◦ blue 120

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

Shades of Dark Purple #881278

Tints of Dark Purple #881278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.57%

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 49.64%
G = 6.57%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#881278 (or 0x881278) is known color: Dark Purple. HEX triplet: 88, 12 and 78. RGB value is (136,18,120). Sum of RGB (Red+Green+Blue) = 136+18+120=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #881278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881278 is #77ED87. Grayscale: #404040. Windows color (decimal): -7859592 or 7869064. OLE color: 7869064.

HSL color Cylindrical-coordinate representation of color #881278: hue angle of 308.14º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881278 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 18 120 -
CMYK 0 0.87 0.12 0.47
HSL 308.14º 0.77% 0.3% -
HSV(B) 308.14º 0.87% 0.53% -
XYZ 13.76 7.02 18.4 -
YUV 64.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 136 18 120 0 0.87 0.12 0.47 308.14 0.77 0.3
Hex 88 12 78 0 57 C 2F 134 4D 1E
Octal 210 22 170 0 127 14 57 464 115 36
Binary 10001000 10010 1111000 0 1010111 1100 101111 100110100 1001101 11110

Color Harmonies of #881278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881278

Black with #881278

Text Example


Text Example

White with #881278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881278; }

 p { color: rgb(136,18,120); }

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

background-color css

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

 a { background-color: rgb(136,18,120); }

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

border-color css

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

 span { border-color: rgb(136,18,120); }

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