#88339A

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

Shades of Vivid Violet #88339A

Tints of Vivid Violet #88339A

Color information

#88339A (or 0x88339A) is unknown color: approx Vivid Violet. HEX triplet: 88, 33 and 9A. RGB value is (136,51,154). Sum of RGB (Red+Green+Blue) = 136+51+154=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #88339A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88339A is #77CC65. Grayscale: #575757. Windows color (decimal): -7851110 or 10105736. OLE color: 10105736.

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

Color convert

RGB13651154-
CMYK0.120.6700.40
HSL289.51º50.24%40.2%-
HSV(B)289.51º66.88%60.39%-
XYZ17.179.9331.58-
YUV88.16165.16162.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 154 (60.55% from 255) = 45.16%
R=39.88%
G=14.96%
B=45.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136511540.120.6700.40289.5150.2440.2
Hex88339AC430281223228
Octal21063232141030504426250
Binary1000100011001110011010110010000110101000100100010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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