#884B93

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

Shades of Vivid Violet #884B93

Tints of Vivid Violet #884B93

Color information

#884B93 (or 0x884B93) is unknown color: approx Vivid Violet. HEX triplet: 88, 4B and 93. RGB value is (136,75,147). Sum of RGB (Red+Green+Blue) = 136+75+147=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #884B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884B93 is #77B46C. Grayscale: #656565. Windows color (decimal): -7844973 or 9653128. OLE color: 9653128.

HSL color Cylindrical-coordinate representation of color #884B93: hue angle of 290.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884B93 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13675147-
CMYK0.070.4900.42
HSL290.83º32.43%43.53%-
HSV(B)290.83º48.98%57.65%-
XYZ17.9412.3729.05-
YUV101.45153.71152.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 147 (57.81% from 255) = 41.06%
R=37.99%
G=20.95%
B=41.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136751470.070.4900.42290.8332.4343.53
Hex884B9373102A123202c
Octal2101132237610524434054
Binary100010001001011100100111111100010101010100100011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,75,147); }

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

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

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

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

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

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

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