#883FAA

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

Shades of Vivid Violet #883FAA

Tints of Vivid Violet #883FAA

Color information

#883FAA (or 0x883FAA) is unknown color: approx Vivid Violet. HEX triplet: 88, 3F and AA. RGB value is (136,63,170). Sum of RGB (Red+Green+Blue) = 136+63+170=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #883FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883FAA is #77C055. Grayscale: #606060. Windows color (decimal): -7848022 or 11157384. OLE color: 11157384.

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

Color convert

RGB13663170-
CMYK0.200.6300.33
HSL280.93º45.92%45.69%-
HSV(B)280.93º62.94%66.67%-
XYZ19.1911.6939.28-
YUV97.02169.18155.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 63 (25% from 255) = 17.07%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=36.86%
G=17.07%
B=46.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136631700.200.6300.33280.9345.9245.69
Hex883FAA143F0211192e2e
Octal2107725224770414315656
Binary1000100011111110101010101001111110100001100011001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,63,170); }

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

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

 a { background-color: rgb(136,63,170); }

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

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

 span { border-color: rgb(136,63,170); }

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