#885096

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

Shades of Vivid Violet #885096

Tints of Vivid Violet #885096

Color information

#885096 (or 0x885096) is unknown color: approx Vivid Violet. HEX triplet: 88, 50 and 96. RGB value is (136,80,150). Sum of RGB (Red+Green+Blue) = 136+80+150=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #885096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885096 is #77AF69. Grayscale: #686868. Windows color (decimal): -7843690 or 9851016. OLE color: 9851016.

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

Color convert

RGB13680150-
CMYK0.090.4700.41
HSL288º30.43%45.1%-
HSV(B)288º46.67%58.82%-
XYZ18.5313.1730.42-
YUV104.72153.55150.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=37.16%
G=21.86%
B=40.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136801500.090.4700.4128830.4345.1
Hex88509692F0291201e2d
Octal21012022611570514403655
Binary100010001010000100101101001101111010100110010000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885096; }

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

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

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

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

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

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

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

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