#8F6194

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

Shades of Violet Blue #8F6194

Tints of Violet Blue #8F6194

Color information

#8F6194 (or 0x8F6194) is unknown color: approx Violet Blue. HEX triplet: 8F, 61 and 94. RGB value is (143,97,148). Sum of RGB (Red+Green+Blue) = 143+97+148=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F6194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6194 is #709E6B. Grayscale: #747474. Windows color (decimal): -7380588 or 9724303. OLE color: 9724303.

HSL color Cylindrical-coordinate representation of color #8F6194: hue angle of 294.12º degrees, saturation: 0.21, 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 #8F6194 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14397148-
CMYK0.030.3400.42
HSL294.12º20.82%48.04%-
HSV(B)294.12º34.46%58.04%-
XYZ20.9516.5330.1-
YUV116.57145.74146.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.86%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 148 (58.20% from 255) = 38.14%
R=36.86%
G=25%
B=38.14%

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
Decimal143971480.030.3400.42294.1220.8248.04
Hex8F619432202A1261530
Octal2171412243420524462560
Binary1000111111000011001010011100010010101010010011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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