#8E6598

Color #8E6598 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #8E6598

Tints of Violet Blue #8E6598

Color information

#8E6598 (or 0x8E6598) is unknown color: approx Violet Blue. HEX triplet: 8E, 65 and 98. RGB value is (142,101,152). Sum of RGB (Red+Green+Blue) = 142+101+152=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E6598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6598 is #719A67. Grayscale: #767676. Windows color (decimal): -7445096 or 9987470. OLE color: 9987470.

HSL color Cylindrical-coordinate representation of color #8E6598: hue angle of 288.24º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E6598 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB142101152-
CMYK0.070.3400.40
HSL288.24º20.16%49.61%-
HSV(B)288.24º33.55%59.61%-
XYZ21.4817.3331.92-
YUV119.07146.58144.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 152 (59.77% from 255) = 38.48%
R=35.95%
G=25.57%
B=38.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1421011520.070.3400.40288.2420.1649.61
Hex8E65987220281201432
Octal2161452307420504402462
Binary10001110110010110011000111100010010100010010000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E6598; }

 p { color: rgb(142,101,152); }

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

<style>
 a { background-color: #8E6598; }

 a { background-color: rgb(142,101,152); }

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

<style>
 span { border-color: #8E6598; }

 span { border-color: rgb(142,101,152); }

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