#884396

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

Shades of Vivid Violet #884396

Tints of Vivid Violet #884396

Color information

#884396 (or 0x884396) is unknown color: approx Vivid Violet. HEX triplet: 88, 43 and 96. RGB value is (136,67,150). Sum of RGB (Red+Green+Blue) = 136+67+150=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #884396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884396 is #77BC69. Grayscale: #606060. Windows color (decimal): -7847018 or 9847688. OLE color: 9847688.

HSL color Cylindrical-coordinate representation of color #884396: hue angle of 289.88º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #884396 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13667150-
CMYK0.090.5500.41
HSL289.88º38.25%42.55%-
HSV(B)289.88º55.33%58.82%-
XYZ17.6711.4530.13-
YUV97.09157.86155.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 67 (26.56% from 255) = 18.98%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=38.53%
G=18.98%
B=42.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136671500.090.5500.41289.8838.2542.55
Hex884396937029122262b
Octal21010322611670514424653
Binary1000100010000111001011010011101110101001100100010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884396; }

 p { color: rgb(136,67,150); }

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

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

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

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

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

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

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