#882CDA

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

Shades of Blue Violet #882CDA

Tints of Blue Violet #882CDA

Color information

#882CDA (or 0x882CDA) is unknown color: approx Blue Violet. HEX triplet: 88, 2C and DA. RGB value is (136,44,218). Sum of RGB (Red+Green+Blue) = 136+44+218=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #882CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CDA is #77D325. Grayscale: #5A5A5A. Windows color (decimal): -7852838 or 14298248. OLE color: 14298248.

HSL color Cylindrical-coordinate representation of color #882CDA: hue angle of 271.72º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882CDA is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13644218-
CMYK0.380.8000.15
HSL271.72º70.16%51.37%-
HSV(B)271.72º79.82%85.49%-
XYZ23.7112.167.42-
YUV91.34199.48159.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.17%
GREEN value IS 44 (17.58% from 255) = 11.06%
BLUE value IS 218 (85.55% from 255) = 54.77%
R=34.17%
G=11.06%
B=54.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal136442180.380.8000.15271.7270.1651.37
Hex882CDA26500F1104633
Octal210543324612001742010663
Binary10001000101100110110101001101010000011111000100001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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