#8C6693

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

Shades of Violet Blue #8C6693

Tints of Violet Blue #8C6693

Color information

#8C6693 (or 0x8C6693) is unknown color: approx Violet Blue. HEX triplet: 8C, 66 and 93. RGB value is (140,102,147). Sum of RGB (Red+Green+Blue) = 140+102+147=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C6693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6693 is #73996C. Grayscale: #767676. Windows color (decimal): -7575917 or 9660044. OLE color: 9660044.

HSL color Cylindrical-coordinate representation of color #8C6693: hue angle of 290.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6693 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB140102147-
CMYK0.050.3100.42
HSL290.67º18.07%48.82%-
HSV(B)290.67º30.61%57.65%-
XYZ20.8317.1829.82-
YUV118.49144.09143.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=35.99%
G=26.22%
B=37.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401021470.050.3100.42290.6718.0748.82
Hex8C669351F02A1231231
Octal2141462235370524432261
Binary1000110011001101001001110111111010101010010001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,102,147); }

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

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

 a { background-color: rgb(140,102,147); }

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

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

 span { border-color: rgb(140,102,147); }

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