#8F6C94

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

Shades of Violet Blue #8F6C94

Tints of Violet Blue #8F6C94

Color information

#8F6C94 (or 0x8F6C94) is unknown color: approx Violet Blue. HEX triplet: 8F, 6C and 94. RGB value is (143,108,148). Sum of RGB (Red+Green+Blue) = 143+108+148=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F6C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6C94 is #70936B. Grayscale: #7A7A7A. Windows color (decimal): -7377772 or 9727119. OLE color: 9727119.

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

Color convert

RGB143108148-
CMYK0.030.2700.42
HSL292.5º15.75%50.2%-
HSV(B)292.5º27.03%58.04%-
XYZ22.0418.730.47-
YUV123.02142.1142.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.84%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 148 (58.20% from 255) = 37.09%
R=35.84%
G=27.07%
B=37.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431081480.030.2700.42292.515.7550.2
Hex8F6C9431B02A1241032
Octal2171542243330524442062
Binary100011111101100100101001111011010101010010010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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