#8810BA

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

Shades of Dark Violet #8810BA

Tints of Dark Violet #8810BA

Color information

#8810BA (or 0x8810BA) is unknown color: approx Dark Violet. HEX triplet: 88, 10 and BA. RGB value is (136,16,186). Sum of RGB (Red+Green+Blue) = 136+16+186=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #8810BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8810BA is #77EF45. Grayscale: #464646. Windows color (decimal): -7860038 or 12193928. OLE color: 12193928.

HSL color Cylindrical-coordinate representation of color #8810BA: hue angle of 282.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8810BA is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13616186-
CMYK0.270.9100.27
HSL282.35º84.16%39.61%-
HSV(B)282.35º91.4%72.94%-
XYZ19.29.1547.21-
YUV71.26192.76174.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 16 (6.64% from 255) = 4.73%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=40.24%
G=4.73%
B=55.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136161860.270.9100.27282.3584.1639.61
Hex8810BA1B5B01B11a5428
Octal210202723313303343212450
Binary1000100010000101110101101110110110110111000110101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8810BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8810BA; }

 p { color: rgb(136,16,186); }

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

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

 a { background-color: rgb(136,16,186); }

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

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

 span { border-color: rgb(136,16,186); }

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