#8813BC

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

Shades of Dark Violet #8813BC

Tints of Dark Violet #8813BC

Color information

#8813BC (or 0x8813BC) is unknown color: approx Dark Violet. HEX triplet: 88, 13 and BC. RGB value is (136,19,188). Sum of RGB (Red+Green+Blue) = 136+19+188=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #8813BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8813BC is #77EC43. Grayscale: #484848. Windows color (decimal): -7859268 or 12325768. OLE color: 12325768.

HSL color Cylindrical-coordinate representation of color #8813BC: hue angle of 281.54º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8813BC is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13619188-
CMYK0.280.9000.26
HSL281.54º81.64%40.59%-
HSV(B)281.54º89.89%73.73%-
XYZ19.469.3348.35-
YUV73.25192.76172.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 19 (7.81% from 255) = 5.54%
BLUE value IS 188 (73.83% from 255) = 54.81%
R=39.65%
G=5.54%
B=54.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136191880.280.9000.26281.5481.6440.59
Hex8813BC1C5A01A11a5229
Octal210232743413203243212251
Binary1000100010011101111001110010110100110101000110101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8813BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8813BC; }

 p { color: rgb(136,19,188); }

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

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

 a { background-color: rgb(136,19,188); }

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

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

 span { border-color: rgb(136,19,188); }

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