Html Css Color HEX #880F6C Dark Purple

📋 copy color: '#880F6C'

red 136 ◦ green 15 ◦ blue 108

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

Shades of Dark Purple #880F6C

Tints of Dark Purple #880F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.7%

R = 52.51%
G = 5.79%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#880F6C (or 0x880F6C) is known color: Dark Purple. HEX triplet: 88, 0F and 6C. RGB value is (136,15,108). Sum of RGB (Red+Green+Blue) = 136+15+108=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #880F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F6C is #77F093. Grayscale: #3D3D3D. Windows color (decimal): -7860372 or 7081864. OLE color: 7081864.

HSL color Cylindrical-coordinate representation of color #880F6C: hue angle of 313.88º 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 #880F6C is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 15 108 -
CMYK 0 0.89 0.21 0.47
HSL 313.88º 0.8% 0.3% -
HSV(B) 313.88º 0.89% 0.53% -
XYZ 13.03 6.66 14.79 -
YUV 61.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 136 15 108 0 0.89 0.21 0.47 313.88 0.8 0.3
Hex 88 F 6C 0 59 15 2F 13A 50 1E
Octal 210 17 154 0 131 25 57 472 120 36
Binary 10001000 1111 1101100 0 1011001 10101 101111 100111010 1010000 11110

Color Harmonies of #880F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F6C

Black with #880F6C

Text Example


Text Example

White with #880F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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