#8E6296

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

Shades of Violet Blue #8E6296

Tints of Violet Blue #8E6296

Color information

#8E6296 (or 0x8E6296) is unknown color: approx Violet Blue. HEX triplet: 8E, 62 and 96. RGB value is (142,98,150). Sum of RGB (Red+Green+Blue) = 142+98+150=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E6296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6296 is #719D69. Grayscale: #747474. Windows color (decimal): -7445866 or 9855630. OLE color: 9855630.

HSL color Cylindrical-coordinate representation of color #8E6296: hue angle of 290.77º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E6296 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14298150-
CMYK0.050.3500.41
HSL290.77º20.97%48.63%-
HSV(B)290.77º34.67%58.82%-
XYZ21.0316.6930.97-
YUV117.08146.58145.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.41%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=36.41%
G=25.13%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142981500.050.3500.41290.7720.9748.63
Hex8E62965230291231531
Octal2161422265430514432561
Binary10001110110001010010110101100011010100110010001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,98,150); }

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

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

 a { background-color: rgb(142,98,150); }

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

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

 span { border-color: rgb(142,98,150); }

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