#884275

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

Shades of Dark Purple #884275

Tints of Dark Purple #884275

Color information

#884275 (or 0x884275) is unknown color: approx Dark Purple. HEX triplet: 88, 42 and 75. RGB value is (136,66,117). Sum of RGB (Red+Green+Blue) = 136+66+117=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #884275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884275 is #77BD8A. Grayscale: #5C5C5C. Windows color (decimal): -7847307 or 7684744. OLE color: 7684744.

HSL color Cylindrical-coordinate representation of color #884275: hue angle of 316.29º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884275 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13666117-
CMYK00.510.140.47
HSL316.29º34.65%39.61%-
HSV(B)316.29º51.47%53.33%-
XYZ15.3110.4218.03-
YUV92.74141.69158.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=42.63%
G=20.69%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366611700.510.140.47316.2934.6539.61
Hex884275033E2F13c2328
Octal21010216506316574744350
Binary100010001000010111010101100111110101111100111100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884275; }

 p { color: rgb(136,66,117); }

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

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

 a { background-color: rgb(136,66,117); }

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

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

 span { border-color: rgb(136,66,117); }

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