#8807DF

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

Shades of Dark Violet #8807DF

Tints of Dark Violet #8807DF

Color information

#8807DF (or 0x8807DF) is unknown color: approx Dark Violet. HEX triplet: 88, 07 and DF. RGB value is (136,7,223). Sum of RGB (Red+Green+Blue) = 136+7+223=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #8807DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8807DF is #77F820. Grayscale: #454545. Windows color (decimal): -7862305 or 14616456. OLE color: 14616456.

HSL color Cylindrical-coordinate representation of color #8807DF: hue angle of 275.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8807DF is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1367223-
CMYK0.390.9700.13
HSL275.83º93.91%45.1%-
HSV(B)275.83º96.86%87.45%-
XYZ23.5510.7170.64-
YUV70.2214.24174.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 7 (3.12% from 255) = 1.91%
BLUE value IS 223 (87.5% from 255) = 60.93%
R=37.16%
G=1.91%
B=60.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal13672230.390.9700.13275.8393.9145.1
Hex887DF27610D1145e2d
Octal21073374714101542413655
Binary10001000111110111111001111100001011011000101001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8807DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8807DF; }

 p { color: rgb(136,7,223); }

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

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

 a { background-color: rgb(136,7,223); }

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

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

 span { border-color: rgb(136,7,223); }

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