#88398B

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

Shades of Vivid Violet #88398B

Tints of Vivid Violet #88398B

Color information

#88398B (or 0x88398B) is unknown color: approx Vivid Violet. HEX triplet: 88, 39 and 8B. RGB value is (136,57,139). Sum of RGB (Red+Green+Blue) = 136+57+139=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #88398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88398B is #77C674. Grayscale: #595959. Windows color (decimal): -7849589 or 9124232. OLE color: 9124232.

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

Color convert

RGB13657139-
CMYK0.020.5900.45
HSL297.8º41.84%38.43%-
HSV(B)297.8º58.99%54.51%-
XYZ16.2810.0225.5-
YUV89.97155.67160.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 57 (22.66% from 255) = 17.17%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=40.96%
G=17.17%
B=41.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136571390.020.5900.45297.841.8438.43
Hex88398B23B02D12a2a26
Octal210712132730554525246
Binary1000100011100110001011101110110101101100101010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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