#8D6692

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

Shades of Violet Blue #8D6692

Tints of Violet Blue #8D6692

Color information

#8D6692 (or 0x8D6692) is unknown color: approx Violet Blue. HEX triplet: 8D, 66 and 92. RGB value is (141,102,146). Sum of RGB (Red+Green+Blue) = 141+102+146=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D6692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6692 is #72996D. Grayscale: #767676. Windows color (decimal): -7510382 or 9594509. OLE color: 9594509.

HSL color Cylindrical-coordinate representation of color #8D6692: hue angle of 293.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6692 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB141102146-
CMYK0.030.3000.43
HSL293.18º17.74%48.63%-
HSV(B)293.18º30.14%57.25%-
XYZ20.9217.2429.42-
YUV118.68143.42143.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.25%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 146 (57.42% from 255) = 37.53%
R=36.25%
G=26.22%
B=37.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1411021460.030.3000.43293.1817.7448.63
Hex8D669231E02B1251231
Octal2151462223360534452261
Binary100011011100110100100101111110010101110010010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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