#88316A

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

Shades of Dark Purple #88316A

Tints of Dark Purple #88316A

Color information

#88316A (or 0x88316A) is unknown color: approx Dark Purple. HEX triplet: 88, 31 and 6A. RGB value is (136,49,106). Sum of RGB (Red+Green+Blue) = 136+49+106=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #88316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88316A is #77CE95. Grayscale: #515151. Windows color (decimal): -7851670 or 6959496. OLE color: 6959496.

HSL color Cylindrical-coordinate representation of color #88316A: hue angle of 320.69º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88316A is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13649106-
CMYK00.640.220.47
HSL320.69º47.03%36.27%-
HSV(B)320.69º63.97%53.33%-
XYZ13.858.4714.54-
YUV81.51141.82166.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.74%
GREEN value IS 49 (19.53% from 255) = 16.84%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=46.74%
G=16.84%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364910600.640.220.47320.6947.0336.27
Hex88316A040162F1412f24
Octal21061152010026575015744
Binary1000100011000111010100100000010110101111101000001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88316A; }

 p { color: rgb(136,49,106); }

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

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

 a { background-color: rgb(136,49,106); }

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

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

 span { border-color: rgb(136,49,106); }

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