#88399B

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

Shades of Vivid Violet #88399B

Tints of Vivid Violet #88399B

Color information

#88399B (or 0x88399B) is unknown color: approx Vivid Violet. HEX triplet: 88, 39 and 9B. RGB value is (136,57,155). Sum of RGB (Red+Green+Blue) = 136+57+155=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #88399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88399B is #77C664. Grayscale: #5B5B5B. Windows color (decimal): -7849573 or 10172808. OLE color: 10172808.

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

Color convert

RGB13657155-
CMYK0.120.6300.39
HSL288.37º46.23%41.57%-
HSV(B)288.37º63.23%60.78%-
XYZ17.5310.5332.12-
YUV91.79163.67159.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 57 (22.66% from 255) = 16.38%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=39.08%
G=16.38%
B=44.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136571550.120.6300.39288.3746.2341.57
Hex88399BC3F0271202e2a
Octal2107123314770474405652
Binary100010001110011001101111001111110100111100100000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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