#88429E

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

Shades of Vivid Violet #88429E

Tints of Vivid Violet #88429E

Color information

#88429E (or 0x88429E) is unknown color: approx Vivid Violet. HEX triplet: 88, 42 and 9E. RGB value is (136,66,158). Sum of RGB (Red+Green+Blue) = 136+66+158=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #88429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88429E is #77BD61. Grayscale: #616161. Windows color (decimal): -7847266 or 10371720. OLE color: 10371720.

HSL color Cylindrical-coordinate representation of color #88429E: hue angle of 285.65º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88429E is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13666158-
CMYK0.140.5800.38
HSL285.65º41.07%43.92%-
HSV(B)285.65º58.23%61.96%-
XYZ18.2711.633.62-
YUV97.42162.19155.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.78%
GREEN value IS 66 (26.17% from 255) = 18.33%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=37.78%
G=18.33%
B=43.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136661580.140.5800.38285.6541.0743.92
Hex88429EE3A02611e292c
Octal21010223616720464365154
Binary1000100010000101001111011101110100100110100011110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88429E; }

 p { color: rgb(136,66,158); }

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

<style>
 a { background-color: #88429E; }

 a { background-color: rgb(136,66,158); }

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

<style>
 span { border-color: #88429E; }

 span { border-color: rgb(136,66,158); }

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