#8804BE

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

Shades of Dark Violet #8804BE

Tints of Dark Violet #8804BE

Color information

#8804BE (or 0x8804BE) is unknown color: approx Dark Violet. HEX triplet: 88, 04 and BE. RGB value is (136,4,190). Sum of RGB (Red+Green+Blue) = 136+4+190=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #8804BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8804BE is #77FB41. Grayscale: #404040. Windows color (decimal): -7863106 or 12453000. OLE color: 12453000.

HSL color Cylindrical-coordinate representation of color #8804BE: hue angle of 282.58º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8804BE is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1364190-
CMYK0.280.9800.25
HSL282.58º95.88%38.04%-
HSV(B)282.58º97.89%74.51%-
XYZ19.499.0449.43-
YUV64.67198.73178.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 4 (1.95% from 255) = 1.21%
BLUE value IS 190 (74.61% from 255) = 57.58%
R=41.21%
G=1.21%
B=57.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13641900.280.9800.25282.5895.8838.04
Hex884BE1C6201911b6026
Octal21042763414203143314046
Binary10001000100101111101110011000100110011000110111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8804BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8804BE; }

 p { color: rgb(136,4,190); }

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

<style>
 a { background-color: #8804BE; }

 a { background-color: rgb(136,4,190); }

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

<style>
 span { border-color: #8804BE; }

 span { border-color: rgb(136,4,190); }

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