#88368B

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

Shades of Vivid Violet #88368B

Tints of Vivid Violet #88368B

Color information

#88368B (or 0x88368B) is unknown color: approx Vivid Violet. HEX triplet: 88, 36 and 8B. RGB value is (136,54,139). Sum of RGB (Red+Green+Blue) = 136+54+139=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #88368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88368B is #77C974. Grayscale: #575757. Windows color (decimal): -7850357 or 9123464. OLE color: 9123464.

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

Color convert

RGB13654139-
CMYK0.020.6100.45
HSL297.88º44.04%37.84%-
HSV(B)297.88º61.15%54.51%-
XYZ16.139.7425.46-
YUV88.21156.67162.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=41.34%
G=16.41%
B=42.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136541390.020.6100.45297.8844.0437.84
Hex88368B23D02D12a2c26
Octal210662132750554525446
Binary1000100011011010001011101111010101101100101010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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