#880F6B

Color #880F6B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #880F6B

Tints of Dark Purple #880F6B

Color information

#880F6B (or 0x880F6B) is unknown color: approx Dark Purple. HEX triplet: 88, 0F and 6B. RGB value is (136,15,107). Sum of RGB (Red+Green+Blue) = 136+15+107=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #880F6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F6B is #77F094. Grayscale: #3D3D3D. Windows color (decimal): -7860373 or 7016328. OLE color: 7016328.

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

Color convert

RGB13615107-
CMYK00.890.210.47
HSL314.38º80.13%29.61%-
HSV(B)314.38º88.97%53.33%-
XYZ12.986.6414.51-
YUV61.67153.59181.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.71%
GREEN value IS 15 (6.25% from 255) = 5.81%
BLUE value IS 107 (42.19% from 255) = 41.47%
R=52.71%
G=5.81%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361510700.890.210.47314.3880.1329.61
Hex88F6B059152F13a501e
Octal210171530131255747212036
Binary10001000111111010110101100110101101111100111010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #880F6B;
 }
 .AnyTagClassName
 {
   color: #880F6B;
 }
</style>
background-color css

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

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

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

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

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

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