#881CA6

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

Shades of Vivid Violet #881CA6

Tints of Vivid Violet #881CA6

Color information

#881CA6 (or 0x881CA6) is unknown color: approx Vivid Violet. HEX triplet: 88, 1C and A6. RGB value is (136,28,166). Sum of RGB (Red+Green+Blue) = 136+28+166=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 166 (65.23% from 255 or 50.30% from 330); Max value from RGB is 166 - color contains mainly: blue. Hex color #881CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881CA6 is #77E359. Grayscale: #4B4B4B. Windows color (decimal): -7856986 or 10886280. OLE color: 10886280.

HSL color Cylindrical-coordinate representation of color #881CA6: hue angle of 286.96º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881CA6 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13628166-
CMYK0.180.8300.35
HSL286.96º71.13%38.04%-
HSV(B)286.96º83.13%65.1%-
XYZ17.458.8236.86-
YUV76.02178.78170.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 28 (11.33% from 255) = 8.48%
BLUE value IS 166 (65.23% from 255) = 50.30%
R=41.21%
G=8.48%
B=50.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal136281660.180.8300.35286.9671.1338.04
Hex881CA6125302311f4726
Octal210342462212304343710746
Binary10001000111001010011010010101001101000111000111111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881CA6; }

 p { color: rgb(136,28,166); }

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

<style>
 a { background-color: #881CA6; }

 a { background-color: rgb(136,28,166); }

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

<style>
 span { border-color: #881CA6; }

 span { border-color: rgb(136,28,166); }

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