#883AAE

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

Shades of Vivid Violet #883AAE

Tints of Vivid Violet #883AAE

Color information

#883AAE (or 0x883AAE) is unknown color: approx Vivid Violet. HEX triplet: 88, 3A and AE. RGB value is (136,58,174). Sum of RGB (Red+Green+Blue) = 136+58+174=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #883AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883AAE is #77C551. Grayscale: #5E5E5E. Windows color (decimal): -7849298 or 11418248. OLE color: 11418248.

HSL color Cylindrical-coordinate representation of color #883AAE: hue angle of 280.34º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883AAE is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13658174-
CMYK0.220.6700.32
HSL280.34º50%45.49%-
HSV(B)280.34º66.67%68.24%-
XYZ19.3111.3241.21-
YUV94.55172.84157.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 58 (23.05% from 255) = 15.76%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=36.96%
G=15.76%
B=47.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136581740.220.6700.32280.345045.49
Hex883AAE1643020118322d
Octal21072256261030404306255
Binary10001000111010101011101011010000110100000100011000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883AAE; }

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

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

<style>
 a { background-color: #883AAE; }

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

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

<style>
 span { border-color: #883AAE; }

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

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