#884B9A

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

Shades of Vivid Violet #884B9A

Tints of Vivid Violet #884B9A

Color information

#884B9A (or 0x884B9A) is unknown color: approx Vivid Violet. HEX triplet: 88, 4B and 9A. RGB value is (136,75,154). Sum of RGB (Red+Green+Blue) = 136+75+154=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #884B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884B9A is #77B465. Grayscale: #656565. Windows color (decimal): -7844966 or 10111880. OLE color: 10111880.

HSL color Cylindrical-coordinate representation of color #884B9A: hue angle of 286.33º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884B9A is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13675154-
CMYK0.120.5100.40
HSL286.33º34.5%44.9%-
HSV(B)286.33º51.3%60.39%-
XYZ18.512.632.03-
YUV102.24157.21152.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=37.26%
G=20.55%
B=42.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136751540.120.5100.40286.3334.544.9
Hex884B9AC3302811e222d
Octal21011323214630504364255
Binary1000100010010111001101011001100110101000100011110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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