#884296

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

Shades of Vivid Violet #884296

Tints of Vivid Violet #884296

Color information

#884296 (or 0x884296) is unknown color: approx Vivid Violet. HEX triplet: 88, 42 and 96. RGB value is (136,66,150). Sum of RGB (Red+Green+Blue) = 136+66+150=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #884296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884296 is #77BD69. Grayscale: #606060. Windows color (decimal): -7847274 or 9847432. OLE color: 9847432.

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

Color convert

RGB13666150-
CMYK0.090.5600.41
HSL290º38.89%42.35%-
HSV(B)290º56%58.82%-
XYZ17.6111.3330.11-
YUV96.51158.19156.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 150 (58.98% from 255) = 42.61%
R=38.64%
G=18.75%
B=42.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136661500.090.5600.4129038.8942.35
Hex884296938029122272a
Octal21010222611700514424752
Binary1000100010000101001011010011110000101001100100010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884296; }

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

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

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

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

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

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

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

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