#882cd1

Color #882CD1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #882CD1

Tints of Blue Violet #882CD1

Color information

#882CD1 (or 0x882CD1) is unknown color: approx Blue Violet. HEX triplet: 88, 2C and D1. RGB value is (136,44,209). Sum of RGB (Red+Green+Blue) = 136+44+209=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 209 (82.03% from 255 or 53.73% from 389); Max value from RGB is 209 - color contains mainly: blue. Hex color #882CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CD1 is #77D32E. Grayscale: #595959. Windows color (decimal): -7852847 or 13708424. OLE color: 13708424.

HSL color Cylindrical-coordinate representation of color #882CD1: hue angle of 273.45º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882CD1 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13644209-
CMYK0.350.7900.18
HSL273.45º65.22%49.61%-
HSV(B)273.45º78.95%81.96%-
XYZ22.5611.6461.38-
YUV90.32194.98160.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 44 (17.58% from 255) = 11.31%
BLUE value IS 209 (82.03% from 255) = 53.73%
R=34.96%
G=11.31%
B=53.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal136442090.350.7900.18273.4565.2249.61
Hex882CD1234F0121114132
Octal210543214311702242110162
Binary100010001011001101000110001110011110100101000100011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882cd1; }

 p { color: rgb(136,44,209); }

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

<style>
 a { background-color: #882cd1; }

 a { background-color: rgb(136,44,209); }

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

<style>
 span { border-color: #882cd1; }

 span { border-color: rgb(136,44,209); }

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