#8D6093

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

Shades of Violet Blue #8D6093

Tints of Violet Blue #8D6093

Color information

#8D6093 (or 0x8D6093) is unknown color: approx Violet Blue. HEX triplet: 8D, 60 and 93. RGB value is (141,96,147). Sum of RGB (Red+Green+Blue) = 141+96+147=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D6093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6093 is #729F6C. Grayscale: #737373. Windows color (decimal): -7511917 or 9658509. OLE color: 9658509.

HSL color Cylindrical-coordinate representation of color #8D6093: hue angle of 292.94º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D6093 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14196147-
CMYK0.040.3500.42
HSL292.94º20.99%47.65%-
HSV(B)292.94º34.69%57.65%-
XYZ20.4316.1429.64-
YUV115.27145.91146.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.72%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=36.72%
G=25%
B=38.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141961470.040.3500.42292.9420.9947.65
Hex8D609342302A1251530
Octal2151402234430524452560
Binary10001101110000010010011100100011010101010010010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,96,147); }

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

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

 a { background-color: rgb(141,96,147); }

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

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

 span { border-color: rgb(141,96,147); }

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