#8800BB

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

Shades of Dark Violet #8800BB

Tints of Dark Violet #8800BB

Color information

#8800BB (or 0x8800BB) is unknown color: approx Dark Violet. HEX triplet: 88, 00 and BB. RGB value is (136,0,187). Sum of RGB (Red+Green+Blue) = 136+0+187=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #8800BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800BB is #77FF44. Grayscale: #3D3D3D. Windows color (decimal): -7864133 or 12255368. OLE color: 12255368.

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

Color convert

RGB1360187-
CMYK0.27100.27
HSL283.64º100%36.67%-
HSV(B)283.64º100%73.33%-
XYZ19.128.8247.71-
YUV61.98198.56180.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 57.89%
R=42.11%
G=0%
B=57.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13601870.27100.27283.6410036.67
Hex880BB1B6401B11c6425
Octal21002733314403343414445
Binary100010000101110111101111001000110111000111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8800BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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