#88248E

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

Shades of Vivid Violet #88248E

Tints of Vivid Violet #88248E

Color information

#88248E (or 0x88248E) is unknown color: approx Vivid Violet. HEX triplet: 88, 24 and 8E. RGB value is (136,36,142). Sum of RGB (Red+Green+Blue) = 136+36+142=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #88248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88248E is #77DB71. Grayscale: #4D4D4D. Windows color (decimal): -7854962 or 9315464. OLE color: 9315464.

HSL color Cylindrical-coordinate representation of color #88248E: hue angle of 296.6º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #88248E is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13636142-
CMYK0.040.7500.44
HSL296.6º59.55%34.9%-
HSV(B)296.6º74.65%55.69%-
XYZ15.678.4526.4-
YUV77.98164.13169.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 36 (14.45% from 255) = 11.46%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=43.31%
G=11.46%
B=45.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136361420.040.7500.44296.659.5534.9
Hex88248E44B02C1293c23
Octal2104421641130544517443
Binary100010001001001000111010010010110101100100101001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,36,142); }

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

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

 a { background-color: rgb(136,36,142); }

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

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

 span { border-color: rgb(136,36,142); }

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