#88509A

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

Shades of Vivid Violet #88509A

Tints of Vivid Violet #88509A

Color information

#88509A (or 0x88509A) is unknown color: approx Vivid Violet. HEX triplet: 88, 50 and 9A. RGB value is (136,80,154). Sum of RGB (Red+Green+Blue) = 136+80+154=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #88509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88509A is #77AF65. Grayscale: #686868. Windows color (decimal): -7843686 or 10113160. OLE color: 10113160.

HSL color Cylindrical-coordinate representation of color #88509A: hue angle of 285.41º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #88509A is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13680154-
CMYK0.120.4800.40
HSL285.41º31.62%45.88%-
HSV(B)285.41º48.05%60.39%-
XYZ18.8513.332.15-
YUV105.18155.55149.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 154 (60.55% from 255) = 41.62%
R=36.76%
G=21.62%
B=41.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136801540.120.4800.40285.4131.6245.88
Hex88509AC3002811d202e
Octal21012023214600504354056
Binary1000100010100001001101011001100000101000100011101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88509A; }

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

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

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

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

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

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

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

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