Html Css Color HEX #880978 Purple

📋 copy color: '#880978'

red 136 ◦ green 9 ◦ blue 120

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

Shades of Purple #880978

Tints of Purple #880978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

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

R = 51.32%
G = 3.4%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#880978 (or 0x880978) is known color: Purple. HEX triplet: 88, 09 and 78. RGB value is (136,9,120). Sum of RGB (Red+Green+Blue) = 136+9+120=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #880978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880978 is #77F687. Grayscale: #3B3B3B. Windows color (decimal): -7861896 or 7866760. OLE color: 7866760.

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

Color convert

RGB 136 9 120 -
CMYK 0 0.93 0.12 0.47
HSL 307.56º 0.88% 0.28% -
HSV(B) 307.56º 0.93% 0.53% -
XYZ 13.64 6.79 18.36 -
YUV 59.63 162.08 182.47 -
System Red Green Blue C M Y K H S L
Decimal 136 9 120 0 0.93 0.12 0.47 307.56 0.88 0.28
Hex 88 9 78 0 5D C 2F 134 58 1C
Octal 210 11 170 0 135 14 57 464 130 34
Binary 10001000 1001 1111000 0 1011101 1100 101111 100110100 1011000 11100

Color Harmonies of #880978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880978

Black with #880978

Text Example


Text Example

White with #880978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880978; }

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

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

background-color css

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

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

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

border-color css

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

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

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