#88469C

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

Shades of Vivid Violet #88469C

Tints of Vivid Violet #88469C

Color information

#88469C (or 0x88469C) is unknown color: approx Vivid Violet. HEX triplet: 88, 46 and 9C. RGB value is (136,70,156). Sum of RGB (Red+Green+Blue) = 136+70+156=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #88469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88469C is #77B963. Grayscale: #636363. Windows color (decimal): -7846244 or 10241672. OLE color: 10241672.

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

Color convert

RGB13670156-
CMYK0.130.5500.39
HSL286.05º38.05%44.31%-
HSV(B)286.05º55.13%61.18%-
XYZ18.3412.0132.8-
YUV99.54159.87154.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 70 (27.73% from 255) = 19.34%
BLUE value IS 156 (61.33% from 255) = 43.09%
R=37.57%
G=19.34%
B=43.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136701560.130.5500.39286.0538.0544.31
Hex88469CD3702711e262c
Octal21010623415670474364654
Binary1000100010001101001110011011101110100111100011110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88469C; }

 p { color: rgb(136,70,156); }

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

<style>
 a { background-color: #88469C; }

 a { background-color: rgb(136,70,156); }

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

<style>
 span { border-color: #88469C; }

 span { border-color: rgb(136,70,156); }

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