#8803BC

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

Shades of Dark Violet #8803BC

Tints of Dark Violet #8803BC

Color information

#8803BC (or 0x8803BC) is unknown color: approx Dark Violet. HEX triplet: 88, 03 and BC. RGB value is (136,3,188). Sum of RGB (Red+Green+Blue) = 136+3+188=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #8803BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8803BC is #77FC43. Grayscale: #3F3F3F. Windows color (decimal): -7863364 or 12321672. OLE color: 12321672.

HSL color Cylindrical-coordinate representation of color #8803BC: hue angle of 283.14º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8803BC is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1363188-
CMYK0.280.9800.26
HSL283.14º96.86%37.45%-
HSV(B)283.14º98.4%73.73%-
XYZ19.268.9348.29-
YUV63.86198.06179.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 3 (1.56% from 255) = 0.92%
BLUE value IS 188 (73.83% from 255) = 57.49%
R=41.59%
G=0.92%
B=57.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13631880.280.9800.26283.1496.8637.45
Hex883BC1C6201A11b6125
Octal21032743414203243314145
Binary1000100011101111001110011000100110101000110111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8803BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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