#8831AE

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

Shades of Vivid Violet #8831AE

Tints of Vivid Violet #8831AE

Color information

#8831AE (or 0x8831AE) is unknown color: approx Vivid Violet. HEX triplet: 88, 31 and AE. RGB value is (136,49,174). Sum of RGB (Red+Green+Blue) = 136+49+174=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #8831AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8831AE is #77CE51. Grayscale: #585858. Windows color (decimal): -7851602 or 11415944. OLE color: 11415944.

HSL color Cylindrical-coordinate representation of color #8831AE: hue angle of 281.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8831AE is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13649174-
CMYK0.220.7200.32
HSL281.76º56.05%43.73%-
HSV(B)281.76º71.84%68.24%-
XYZ18.8910.4941.07-
YUV89.26175.82161.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 49 (19.53% from 255) = 13.65%
BLUE value IS 174 (68.36% from 255) = 48.47%
R=37.88%
G=13.65%
B=48.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136491740.220.7200.32281.7656.0543.73
Hex8831AE164802011a382c
Octal21061256261100404327054
Binary10001000110001101011101011010010000100000100011010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8831AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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