#8F6193

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

Shades of Violet Blue #8F6193

Tints of Violet Blue #8F6193

Color information

#8F6193 (or 0x8F6193) is unknown color: approx Violet Blue. HEX triplet: 8F, 61 and 93. RGB value is (143,97,147). Sum of RGB (Red+Green+Blue) = 143+97+147=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F6193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6193 is #709E6C. Grayscale: #747474. Windows color (decimal): -7380589 or 9658767. OLE color: 9658767.

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

Color convert

RGB14397147-
CMYK0.030.3400.42
HSL295.2º20.49%47.84%-
HSV(B)295.2º34.01%57.65%-
XYZ20.8716.529.69-
YUV116.45145.24146.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.95%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=36.95%
G=25.06%
B=37.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143971470.030.3400.42295.220.4947.84
Hex8F619332202A1271430
Octal2171412233420524472460
Binary1000111111000011001001111100010010101010010011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,97,147); }

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

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

 a { background-color: rgb(143,97,147); }

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

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

 span { border-color: rgb(143,97,147); }

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