#8840A8

Color #8840A8 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8840A8

Tints of Vivid Violet #8840A8

Color information

#8840A8 (or 0x8840A8) is unknown color: approx Vivid Violet. HEX triplet: 88, 40 and A8. RGB value is (136,64,168). Sum of RGB (Red+Green+Blue) = 136+64+168=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 168 (66.02% from 255 or 45.65% from 368); Max value from RGB is 168 - color contains mainly: blue. Hex color #8840A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8840A8 is #77BF57. Grayscale: #616161. Windows color (decimal): -7847768 or 11026568. OLE color: 11026568.

HSL color Cylindrical-coordinate representation of color #8840A8: hue angle of 281.54º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8840A8 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13664168-
CMYK0.190.6200.34
HSL281.54º44.83%45.49%-
HSV(B)281.54º61.9%65.88%-
XYZ19.0511.7338.31-
YUV97.38167.85155.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 64 (25.39% from 255) = 17.39%
BLUE value IS 168 (66.02% from 255) = 45.65%
R=36.96%
G=17.39%
B=45.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal136641680.190.6200.34281.5444.8345.49
Hex8840A8133E02211a2d2d
Octal21010025023760424325555
Binary10001000100000010101000100111111100100010100011010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8840A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8840A8; }

 p { color: rgb(136,64,168); }

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

<style>
 a { background-color: #8840A8; }

 a { background-color: rgb(136,64,168); }

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

<style>
 span { border-color: #8840A8; }

 span { border-color: rgb(136,64,168); }

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