#88368E

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

Shades of Vivid Violet #88368E

Tints of Vivid Violet #88368E

Color information

#88368E (or 0x88368E) is unknown color: approx Vivid Violet. HEX triplet: 88, 36 and 8E. RGB value is (136,54,142). Sum of RGB (Red+Green+Blue) = 136+54+142=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #88368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88368E is #77C971. Grayscale: #585858. Windows color (decimal): -7850354 or 9320072. OLE color: 9320072.

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

Color convert

RGB13654142-
CMYK0.040.6200.44
HSL295.91º44.9%38.43%-
HSV(B)295.91º61.97%55.69%-
XYZ16.359.8326.63-
YUV88.55158.17161.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=40.96%
G=16.27%
B=42.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136541420.040.6200.44295.9144.938.43
Hex88368E43E02C1282d26
Octal210662164760544505546
Binary10001000110110100011101001111100101100100101000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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