#883AAB

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

Shades of Vivid Violet #883AAB

Tints of Vivid Violet #883AAB

Color information

#883AAB (or 0x883AAB) is unknown color: approx Vivid Violet. HEX triplet: 88, 3A and AB. RGB value is (136,58,171). Sum of RGB (Red+Green+Blue) = 136+58+171=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #883AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883AAB is #77C554. Grayscale: #5D5D5D. Windows color (decimal): -7849301 or 11221640. OLE color: 11221640.

HSL color Cylindrical-coordinate representation of color #883AAB: hue angle of 281.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #883AAB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13658171-
CMYK0.200.6600.33
HSL281.42º49.34%44.9%-
HSV(B)281.42º66.08%67.06%-
XYZ19.0211.239.69-
YUV94.2171.34157.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 58 (23.05% from 255) = 15.89%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=37.26%
G=15.89%
B=46.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136581710.200.6600.33281.4249.3444.9
Hex883AAB1442021119312d
Octal21072253241020414316155
Binary10001000111010101010111010010000100100001100011001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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