#883d8b

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

Shades of Vivid Violet #883D8B

Tints of Vivid Violet #883D8B

Color information

#883D8B (or 0x883D8B) is unknown color: approx Vivid Violet. HEX triplet: 88, 3D and 8B. RGB value is (136,61,139). Sum of RGB (Red+Green+Blue) = 136+61+139=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #883D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883D8B is #77C274. Grayscale: #5C5C5C. Windows color (decimal): -7848565 or 9125256. OLE color: 9125256.

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

Color convert

RGB13661139-
CMYK0.020.5600.45
HSL297.69º39%39.22%-
HSV(B)297.69º56.12%54.51%-
XYZ16.4810.4425.57-
YUV92.32154.35159.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 61 (24.22% from 255) = 18.15%
BLUE value IS 139 (54.69% from 255) = 41.37%
R=40.48%
G=18.15%
B=41.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136611390.020.5600.45297.693939.22
Hex883D8B23802D12a2727
Octal210752132700554524747
Binary1000100011110110001011101110000101101100101010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883d8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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