#885094

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

Shades of Vivid Violet #885094

Tints of Vivid Violet #885094

Color information

#885094 (or 0x885094) is unknown color: approx Vivid Violet. HEX triplet: 88, 50 and 94. RGB value is (136,80,148). Sum of RGB (Red+Green+Blue) = 136+80+148=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #885094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885094 is #77AF6B. Grayscale: #686868. Windows color (decimal): -7843692 or 9719944. OLE color: 9719944.

HSL color Cylindrical-coordinate representation of color #885094: hue angle of 289.41º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #885094 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13680148-
CMYK0.080.4600.42
HSL289.41º29.82%44.71%-
HSV(B)289.41º45.95%58.04%-
XYZ18.3713.1129.58-
YUV104.5152.55150.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 148 (58.20% from 255) = 40.66%
R=37.36%
G=21.98%
B=40.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136801480.080.4600.42289.4129.8244.71
Hex88509482E02A1211e2d
Octal21012022410560524413655
Binary100010001010000100101001000101110010101010010000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885094; }

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

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

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

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

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

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

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

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