#882CEB

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

Shades of Blue Violet #882CEB

Tints of Blue Violet #882CEB

Color information

#882CEB (or 0x882CEB) is unknown color: approx Blue Violet. HEX triplet: 88, 2C and EB. RGB value is (136,44,235). Sum of RGB (Red+Green+Blue) = 136+44+235=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #882CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882CEB is #77D314. Grayscale: #5C5C5C. Windows color (decimal): -7852821 or 15412360. OLE color: 15412360.

HSL color Cylindrical-coordinate representation of color #882CEB: hue angle of 268.9º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882CEB is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13644235-
CMYK0.420.8100.08
HSL268.9º82.68%54.71%-
HSV(B)268.9º81.28%92.16%-
XYZ26.0513.0379.74-
YUV93.28207.98158.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.77%
GREEN value IS 44 (17.58% from 255) = 10.60%
BLUE value IS 235 (92.19% from 255) = 56.63%
R=32.77%
G=10.60%
B=56.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal136442350.420.8100.08268.982.6854.71
Hex882CEB2A510810d5337
Octal210543535212101041512367
Binary10001000101100111010111010101010001010001000011011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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