Html Css Color HEX #880F74 Dark Purple

📋 copy color: '#880F74'

red 136 ◦ green 15 ◦ blue 116

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

Shades of Dark Purple #880F74

Tints of Dark Purple #880F74

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.62%

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

R = 50.94%
G = 5.62%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#880F74 (or 0x880F74) is known color: Dark Purple. HEX triplet: 88, 0F and 74. RGB value is (136,15,116). Sum of RGB (Red+Green+Blue) = 136+15+116=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #880F74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F74 is #77F08B. Grayscale: #3E3E3E. Windows color (decimal): -7860364 or 7606152. OLE color: 7606152.

HSL color Cylindrical-coordinate representation of color #880F74: hue angle of 309.92º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F74 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 15 116 -
CMYK 0 0.89 0.15 0.47
HSL 309.92º 0.8% 0.3% -
HSV(B) 309.92º 0.89% 0.53% -
XYZ 13.48 6.84 17.13 -
YUV 62.69 158.09 180.29 -
System Red Green Blue C M Y K H S L
Decimal 136 15 116 0 0.89 0.15 0.47 309.92 0.8 0.3
Hex 88 F 74 0 59 F 2F 136 50 1E
Octal 210 17 164 0 131 17 57 466 120 36
Binary 10001000 1111 1110100 0 1011001 1111 101111 100110110 1010000 11110

Color Harmonies of #880F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F74

Black with #880F74

Text Example


Text Example

White with #880F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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