#8D6092

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

Shades of Violet Blue #8D6092

Tints of Violet Blue #8D6092

Color information

#8D6092 (or 0x8D6092) is unknown color: approx Violet Blue. HEX triplet: 8D, 60 and 92. RGB value is (141,96,146). Sum of RGB (Red+Green+Blue) = 141+96+146=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D6092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6092 is #729F6D. Grayscale: #737373. Windows color (decimal): -7511918 or 9592973. OLE color: 9592973.

HSL color Cylindrical-coordinate representation of color #8D6092: hue angle of 294º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D6092 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14196146-
CMYK0.030.3400.43
HSL294º20.66%47.45%-
HSV(B)294º34.25%57.25%-
XYZ20.3616.129.23-
YUV115.16145.41146.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=36.81%
G=25.07%
B=38.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141961460.030.3400.4329420.6647.45
Hex8D609232202B126152f
Octal2151402223420534462557
Binary1000110111000001001001011100010010101110010011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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