#88459D

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

Shades of Vivid Violet #88459D

Tints of Vivid Violet #88459D

Color information

#88459D (or 0x88459D) is unknown color: approx Vivid Violet. HEX triplet: 88, 45 and 9D. RGB value is (136,69,157). Sum of RGB (Red+Green+Blue) = 136+69+157=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #88459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88459D is #77BA62. Grayscale: #626262. Windows color (decimal): -7846499 or 10306952. OLE color: 10306952.

HSL color Cylindrical-coordinate representation of color #88459D: hue angle of 285.68º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #88459D is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13669157-
CMYK0.130.5600.38
HSL285.68º38.94%44.31%-
HSV(B)285.68º56.05%61.57%-
XYZ18.3711.9233.23-
YUV99.06160.7154.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 69 (27.34% from 255) = 19.06%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=37.57%
G=19.06%
B=43.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136691570.130.5600.38285.6838.9444.31
Hex88459DD3802611e272c
Octal21010523515700464364754
Binary1000100010001011001110111011110000100110100011110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88459D; }

 p { color: rgb(136,69,157); }

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

<style>
 a { background-color: #88459D; }

 a { background-color: rgb(136,69,157); }

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

<style>
 span { border-color: #88459D; }

 span { border-color: rgb(136,69,157); }

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