#882edf

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

Shades of Blue Violet #882EDF

Tints of Blue Violet #882EDF

Color information

#882EDF (or 0x882EDF) is unknown color: approx Blue Violet. HEX triplet: 88, 2E and DF. RGB value is (136,46,223). Sum of RGB (Red+Green+Blue) = 136+46+223=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #882EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882EDF is #77D120. Grayscale: #5C5C5C. Windows color (decimal): -7852321 or 14626440. OLE color: 14626440.

HSL color Cylindrical-coordinate representation of color #882EDF: hue angle of 270.51º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882EDF is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13646223-
CMYK0.390.7900.13
HSL270.51º73.44%52.75%-
HSV(B)270.51º79.37%87.45%-
XYZ24.4512.5270.94-
YUV93.09201.32158.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 46 (18.36% from 255) = 11.36%
BLUE value IS 223 (87.5% from 255) = 55.06%
R=33.58%
G=11.36%
B=55.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136462230.390.7900.13270.5173.4452.75
Hex882EDF274F0D10f4935
Octal210563374711701541711165
Binary10001000101110110111111001111001111011011000011111001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,46,223); }

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

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

 a { background-color: rgb(136,46,223); }

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

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

 span { border-color: rgb(136,46,223); }

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