Html Css Color HEX #880974 Purple

📋 copy color: '#880974'

red 136 ◦ green 9 ◦ blue 116

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

Shades of Purple #880974

Tints of Purple #880974

RGB

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

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

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

R = 52.11%
G = 3.45%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#880974 (or 0x880974) is known color: Purple. HEX triplet: 88, 09 and 74. RGB value is (136,9,116). Sum of RGB (Red+Green+Blue) = 136+9+116=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #880974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880974 is #77F68B. Grayscale: #3A3A3A. Windows color (decimal): -7861900 or 7604616. OLE color: 7604616.

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

Color convert

RGB 136 9 116 -
CMYK 0 0.93 0.15 0.47
HSL 309.45º 0.88% 0.28% -
HSV(B) 309.45º 0.93% 0.53% -
XYZ 13.4 6.69 17.11 -
YUV 59.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 136 9 116 0 0.93 0.15 0.47 309.45 0.88 0.28
Hex 88 9 74 0 5D F 2F 135 58 1C
Octal 210 11 164 0 135 17 57 465 130 34
Binary 10001000 1001 1110100 0 1011101 1111 101111 100110101 1011000 11100

Color Harmonies of #880974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880974

Black with #880974

Text Example


Text Example

White with #880974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880974; }

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

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

background-color css

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

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

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

border-color css

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

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

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