#88259B

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

Shades of Vivid Violet #88259B

Tints of Vivid Violet #88259B

Color information

#88259B (or 0x88259B) is unknown color: approx Vivid Violet. HEX triplet: 88, 25 and 9B. RGB value is (136,37,155). Sum of RGB (Red+Green+Blue) = 136+37+155=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #88259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88259B is #77DA64. Grayscale: #4F4F4F. Windows color (decimal): -7854693 or 10167688. OLE color: 10167688.

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

Color convert

RGB13637155-
CMYK0.120.7600.39
HSL290.34º61.46%37.65%-
HSV(B)290.34º76.13%60.78%-
XYZ16.738.9231.85-
YUV80.05170.3167.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 37 (14.84% from 255) = 11.28%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=41.46%
G=11.28%
B=47.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136371550.120.7600.39290.3461.4637.65
Hex88259BC4C0271223d26
Octal21045233141140474427546
Binary1000100010010110011011110010011000100111100100010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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