#883D88

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

Shades of Vivid Violet #883D88

Tints of Vivid Violet #883D88

Color information

#883D88 (or 0x883D88) is unknown color: approx Vivid Violet. HEX triplet: 88, 3D and 88. RGB value is (136,61,136). Sum of RGB (Red+Green+Blue) = 136+61+136=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #883D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883D88 is #77C277. Grayscale: #5B5B5B. Windows color (decimal): -7848568 or 8928648. OLE color: 8928648.

HSL color Cylindrical-coordinate representation of color #883D88: hue angle of 300º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D88 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13661136-
CMYK00.5500.47
HSL300º38.07%38.63%-
HSV(B)300º55.15%53.33%-
XYZ16.2710.3524.43-
YUV91.98152.85159.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=40.84%
G=18.32%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366113600.5500.4730038.0738.63
Hex883D8803702F12c2627
Octal210752100670574544647
Binary100010001111011000100001101110101111100101100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,61,136); }

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

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

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

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

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

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

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