#883CED

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

Shades of Blue Violet #883CED

Tints of Blue Violet #883CED

Color information

#883CED (or 0x883CED) is unknown color: approx Blue Violet. HEX triplet: 88, 3C and ED. RGB value is (136,60,237). Sum of RGB (Red+Green+Blue) = 136+60+237=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #883CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883CED is #77C312. Grayscale: #666666. Windows color (decimal): -7848723 or 15547528. OLE color: 15547528.

HSL color Cylindrical-coordinate representation of color #883CED: hue angle of 265.76º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #883CED is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13660237-
CMYK0.430.7500.07
HSL265.76º83.1%58.24%-
HSV(B)265.76º74.68%92.94%-
XYZ27.0614.5881.51-
YUV102.9203.68151.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.41%
GREEN value IS 60 (23.83% from 255) = 13.86%
BLUE value IS 237 (92.97% from 255) = 54.73%
R=31.41%
G=13.86%
B=54.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal136602370.430.7500.07265.7683.158.24
Hex883CED2B4B0710a533a
Octal21074355531130741212372
Binary1000100011110011101101101011100101101111000010101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,60,237); }

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

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

 a { background-color: rgb(136,60,237); }

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

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

 span { border-color: rgb(136,60,237); }

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