#882CDD

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

Shades of Blue Violet #882CDD

Tints of Blue Violet #882CDD

Color information

#882CDD (or 0x882CDD) is unknown color: approx Blue Violet. HEX triplet: 88, 2C and DD. RGB value is (136,44,221). Sum of RGB (Red+Green+Blue) = 136+44+221=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #882CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CDD is #77D322. Grayscale: #5B5B5B. Windows color (decimal): -7852835 or 14494856. OLE color: 14494856.

HSL color Cylindrical-coordinate representation of color #882CDD: hue angle of 271.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882CDD is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13644221-
CMYK0.380.8000.13
HSL271.19º72.24%51.96%-
HSV(B)271.19º80.09%86.67%-
XYZ24.1112.2669.5-
YUV91.69200.98159.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.92%
GREEN value IS 44 (17.58% from 255) = 10.97%
BLUE value IS 221 (86.72% from 255) = 55.11%
R=33.92%
G=10.97%
B=55.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136442210.380.8000.13271.1972.2451.96
Hex882CDD26500D10f4834
Octal210543354612001541711064
Binary10001000101100110111011001101010000011011000011111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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