#88468f

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

Shades of Vivid Violet #88468F

Tints of Vivid Violet #88468F

Color information

#88468F (or 0x88468F) is unknown color: approx Vivid Violet. HEX triplet: 88, 46 and 8F. RGB value is (136,70,143). Sum of RGB (Red+Green+Blue) = 136+70+143=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 143 - color contains mainly: blue. Hex color #88468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88468F is #77B970. Grayscale: #616161. Windows color (decimal): -7846257 or 9389704. OLE color: 9389704.

HSL color Cylindrical-coordinate representation of color #88468F: hue angle of 294.25º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88468F is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13670143-
CMYK0.050.5100.44
HSL294.25º34.27%41.76%-
HSV(B)294.25º51.05%56.08%-
XYZ17.311.627.31-
YUV98.06153.37155.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 143 (56.25% from 255) = 40.97%
R=38.97%
G=20.06%
B=40.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136701430.050.5100.44294.2534.2741.76
Hex88468F53302C126222a
Octal2101062175630544464252
Binary100010001000110100011111011100110101100100100110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88468f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88468f; }

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

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

<style>
 a { background-color: #88468f; }

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

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

<style>
 span { border-color: #88468f; }

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

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