#88229B

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

Shades of Vivid Violet #88229B

Tints of Vivid Violet #88229B

Color information

#88229B (or 0x88229B) is unknown color: approx Vivid Violet. HEX triplet: 88, 22 and 9B. RGB value is (136,34,155). Sum of RGB (Red+Green+Blue) = 136+34+155=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #88229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88229B is #77DD64. Grayscale: #4D4D4D. Windows color (decimal): -7855461 or 10166920. OLE color: 10166920.

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

Color convert

RGB13634155-
CMYK0.120.7800.39
HSL290.58º64.02%37.06%-
HSV(B)290.58º78.06%60.78%-
XYZ16.648.7431.82-
YUV78.29171.29169.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 34 (13.67% from 255) = 10.46%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=41.85%
G=10.46%
B=47.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136341550.120.7800.39290.5864.0237.06
Hex88229BC4E0271234025
Octal210422331411604744310045
Binary10001000100010100110111100100111001001111001000111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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