#8F6394

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

Shades of Violet Blue #8F6394

Tints of Violet Blue #8F6394

Color information

#8F6394 (or 0x8F6394) is unknown color: approx Violet Blue. HEX triplet: 8F, 63 and 94. RGB value is (143,99,148). Sum of RGB (Red+Green+Blue) = 143+99+148=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F6394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6394 is #709C6B. Grayscale: #757575. Windows color (decimal): -7380076 or 9724815. OLE color: 9724815.

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

Color convert

RGB14399148-
CMYK0.030.3300.42
HSL293.88º19.84%48.43%-
HSV(B)293.88º33.11%58.04%-
XYZ21.1316.930.17-
YUV117.74145.08146.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.67%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=36.67%
G=25.38%
B=37.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143991480.030.3300.42293.8819.8448.43
Hex8F639432102A1261430
Octal2171432243410524462460
Binary1000111111000111001010011100001010101010010011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,99,148); }

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

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

 a { background-color: rgb(143,99,148); }

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

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

 span { border-color: rgb(143,99,148); }

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