#8800ba

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

Shades of Dark Violet #8800BA

Tints of Dark Violet #8800BA

Color information

#8800BA (or 0x8800BA) is unknown color: approx Dark Violet. HEX triplet: 88, 00 and BA. RGB value is (136,0,186). Sum of RGB (Red+Green+Blue) = 136+0+186=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #8800BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800BA is #77FF45. Grayscale: #3D3D3D. Windows color (decimal): -7864134 or 12189832. OLE color: 12189832.

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

Color convert

RGB1360186-
CMYK0.27100.27
HSL283.87º100%36.47%-
HSV(B)283.87º100%72.94%-
XYZ19.028.7847.15-
YUV61.87198.06180.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 57.76%
R=42.24%
G=0%
B=57.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13601860.27100.27283.8710036.47
Hex880BA1B6401B11c6424
Octal21002723314403343414444
Binary100010000101110101101111001000110111000111001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8800ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8800ba; }

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

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

<style>
 a { background-color: #8800ba; }

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

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

<style>
 span { border-color: #8800ba; }

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

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