#88509B

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

Shades of Vivid Violet #88509B

Tints of Vivid Violet #88509B

Color information

#88509B (or 0x88509B) is unknown color: approx Vivid Violet. HEX triplet: 88, 50 and 9B. RGB value is (136,80,155). Sum of RGB (Red+Green+Blue) = 136+80+155=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #88509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88509B is #77AF64. Grayscale: #696969. Windows color (decimal): -7843685 or 10178696. OLE color: 10178696.

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

Color convert

RGB13680155-
CMYK0.120.4800.39
HSL284.8º31.91%46.08%-
HSV(B)284.8º48.39%60.78%-
XYZ18.9413.3432.59-
YUV105.29156.05149.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=36.66%
G=21.56%
B=41.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136801550.120.4800.39284.831.9146.08
Hex88509BC3002711d202e
Octal21012023314600474354056
Binary1000100010100001001101111001100000100111100011101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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