#8831A7

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

Shades of Vivid Violet #8831A7

Tints of Vivid Violet #8831A7

Color information

#8831A7 (or 0x8831A7) is unknown color: approx Vivid Violet. HEX triplet: 88, 31 and A7. RGB value is (136,49,167). Sum of RGB (Red+Green+Blue) = 136+49+167=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 167 (65.62% from 255 or 47.44% from 352); Max value from RGB is 167 - color contains mainly: blue. Hex color #8831A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8831A7 is #77CE58. Grayscale: #585858. Windows color (decimal): -7851609 or 10957192. OLE color: 10957192.

HSL color Cylindrical-coordinate representation of color #8831A7: hue angle of 284.24º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8831A7 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13649167-
CMYK0.190.7100.35
HSL284.24º54.63%42.35%-
HSV(B)284.24º70.66%65.49%-
XYZ18.2310.2237.57-
YUV88.46172.32161.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 49 (19.53% from 255) = 13.92%
BLUE value IS 167 (65.62% from 255) = 47.44%
R=38.64%
G=13.92%
B=47.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal136491670.190.7100.35284.2454.6342.35
Hex8831A7134702311c372a
Octal21061247231070434346752
Binary10001000110001101001111001110001110100011100011100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8831A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8831A7; }

 p { color: rgb(136,49,167); }

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

<style>
 a { background-color: #8831A7; }

 a { background-color: rgb(136,49,167); }

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

<style>
 span { border-color: #8831A7; }

 span { border-color: rgb(136,49,167); }

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