#883BDD

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

Shades of Blue Violet #883BDD

Tints of Blue Violet #883BDD

Color information

#883BDD (or 0x883BDD) is unknown color: approx Blue Violet. HEX triplet: 88, 3B and DD. RGB value is (136,59,221). Sum of RGB (Red+Green+Blue) = 136+59+221=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #883BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BDD is #77C422. Grayscale: #636363. Windows color (decimal): -7848995 or 14498696. OLE color: 14498696.

HSL color Cylindrical-coordinate representation of color #883BDD: hue angle of 268.52º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #883BDD is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13659221-
CMYK0.380.7300.13
HSL268.52º70.43%54.9%-
HSV(B)268.52º73.3%86.67%-
XYZ24.7713.5869.72-
YUV100.49196.01153.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 59 (23.44% from 255) = 14.18%
BLUE value IS 221 (86.72% from 255) = 53.12%
R=32.69%
G=14.18%
B=53.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136592210.380.7300.13268.5270.4354.9
Hex883BDD26490D10d4637
Octal210733354611101541510667
Binary10001000111011110111011001101001001011011000011011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883BDD; }

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

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

<style>
 a { background-color: #883BDD; }

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

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

<style>
 span { border-color: #883BDD; }

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

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