#9F468F

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

Shades of Violet Blue #9F468F

Tints of Violet Blue #9F468F

Color information

#9F468F (or 0x9F468F) is unknown color: approx Violet Blue. HEX triplet: 9F, 46 and 8F. RGB value is (159,70,143). Sum of RGB (Red+Green+Blue) = 159+70+143=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F468F is #60B970. Grayscale: #686868. Windows color (decimal): -6338929 or 9389727. OLE color: 9389727.

HSL color Cylindrical-coordinate representation of color #9F468F: hue angle of 310.79º 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 #9F468F is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB15970143-
CMYK00.560.100.38
HSL310.79º38.86%44.9%-
HSV(B)310.79º55.97%62.35%-
XYZ21.4513.7327.51-
YUV104.93149.49166.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.74%
GREEN value IS 70 (27.73% from 255) = 18.82%
BLUE value IS 143 (56.25% from 255) = 38.44%
R=42.74%
G=18.82%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597014300.560.100.38310.7938.8644.9
Hex9F468F038A26137272d
Octal23710621707012464674755
Binary1001111110001101000111101110001010100110100110111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F468F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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