#882BDC

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

Shades of Blue Violet #882BDC

Tints of Blue Violet #882BDC

Color information

#882BDC (or 0x882BDC) is unknown color: approx Blue Violet. HEX triplet: 88, 2B and DC. RGB value is (136,43,220). Sum of RGB (Red+Green+Blue) = 136+43+220=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #882BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BDC is #77D423. Grayscale: #5A5A5A. Windows color (decimal): -7853092 or 14429064. OLE color: 14429064.

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

Color convert

RGB13643220-
CMYK0.380.8000.14
HSL271.53º71.66%51.57%-
HSV(B)271.53º80.45%86.27%-
XYZ23.9412.1368.79-
YUV90.98200.81160.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.09%
GREEN value IS 43 (17.19% from 255) = 10.78%
BLUE value IS 220 (86.33% from 255) = 55.14%
R=34.09%
G=10.78%
B=55.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal136432200.380.8000.14271.5371.6651.57
Hex882BDC26500E1104834
Octal210533344612001642011064
Binary10001000101011110111001001101010000011101000100001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,43,220); }

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

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

 a { background-color: rgb(136,43,220); }

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

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

 span { border-color: rgb(136,43,220); }

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