#883C90

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

Shades of Vivid Violet #883C90

Tints of Vivid Violet #883C90

Color information

#883C90 (or 0x883C90) is unknown color: approx Vivid Violet. HEX triplet: 88, 3C and 90. RGB value is (136,60,144). Sum of RGB (Red+Green+Blue) = 136+60+144=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #883C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883C90 is #77C36F. Grayscale: #5C5C5C. Windows color (decimal): -7848816 or 9452680. OLE color: 9452680.

HSL color Cylindrical-coordinate representation of color #883C90: hue angle of 294.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #883C90 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13660144-
CMYK0.060.5800.44
HSL294.29º41.18%40%-
HSV(B)294.29º58.33%56.47%-
XYZ16.810.4827.52-
YUV92.3157.18159.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 60 (23.83% from 255) = 17.65%
BLUE value IS 144 (56.64% from 255) = 42.35%
R=40%
G=17.65%
B=42.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136601440.060.5800.44294.2941.1840
Hex883C9063A02C1262928
Octal210742206720544465150
Binary10001000111100100100001101110100101100100100110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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