#9F468D

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

Shades of Violet Blue #9F468D

Tints of Violet Blue #9F468D

Color information

#9F468D (or 0x9F468D) is unknown color: approx Violet Blue. HEX triplet: 9F, 46 and 8D. RGB value is (159,70,141). Sum of RGB (Red+Green+Blue) = 159+70+141=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F468D is #60B972. Grayscale: #686868. Windows color (decimal): -6338931 or 9258655. OLE color: 9258655.

HSL color Cylindrical-coordinate representation of color #9F468D: hue angle of 312.13º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F468D is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB15970141-
CMYK00.560.110.38
HSL312.13º38.86%44.9%-
HSV(B)312.13º55.97%62.35%-
XYZ21.313.6726.72-
YUV104.7148.49166.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.97%
GREEN value IS 70 (27.73% from 255) = 18.92%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=42.97%
G=18.92%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597014100.560.110.38312.1338.8644.9
Hex9F468D038B26138272d
Octal23710621507013464704755
Binary1001111110001101000110101110001011100110100111000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F468D; }

 p { color: rgb(159,70,141); }

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

<style>
 a { background-color: #9F468D; }

 a { background-color: rgb(159,70,141); }

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

<style>
 span { border-color: #9F468D; }

 span { border-color: rgb(159,70,141); }

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