#884D9B

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

Shades of Vivid Violet #884D9B

Tints of Vivid Violet #884D9B

Color information

#884D9B (or 0x884D9B) is unknown color: approx Vivid Violet. HEX triplet: 88, 4D and 9B. RGB value is (136,77,155). Sum of RGB (Red+Green+Blue) = 136+77+155=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #884D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884D9B is #77B264. Grayscale: #676767. Windows color (decimal): -7844453 or 10177928. OLE color: 10177928.

HSL color Cylindrical-coordinate representation of color #884D9B: hue angle of 285.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884D9B is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13677155-
CMYK0.120.5000.39
HSL285.38º33.62%45.49%-
HSV(B)285.38º50.32%60.78%-
XYZ18.7212.9132.52-
YUV103.53157.05151.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=36.96%
G=20.92%
B=42.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136771550.120.5000.39285.3833.6245.49
Hex884D9BC3202711d222d
Octal21011523314620474354255
Binary1000100010011011001101111001100100100111100011101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884D9B; }

 p { color: rgb(136,77,155); }

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

<style>
 a { background-color: #884D9B; }

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

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

<style>
 span { border-color: #884D9B; }

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

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