#8C6793

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

Shades of Violet Blue #8C6793

Tints of Violet Blue #8C6793

Color information

#8C6793 (or 0x8C6793) is unknown color: approx Violet Blue. HEX triplet: 8C, 67 and 93. RGB value is (140,103,147). Sum of RGB (Red+Green+Blue) = 140+103+147=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C6793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6793 is #73986C. Grayscale: #767676. Windows color (decimal): -7575661 or 9660300. OLE color: 9660300.

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

Color convert

RGB140103147-
CMYK0.050.3000.42
HSL290.45º17.6%49.02%-
HSV(B)290.45º29.93%57.65%-
XYZ20.9317.3829.86-
YUV119.08143.76142.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 103 (40.62% from 255) = 26.41%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=35.90%
G=26.41%
B=37.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401031470.050.3000.42290.4517.649.02
Hex8C679351E02A1221231
Octal2141472235360524422261
Binary1000110011001111001001110111110010101010010001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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