#9F469A

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

Shades of Violet Blue #9F469A

Tints of Violet Blue #9F469A

Color information

#9F469A (or 0x9F469A) is unknown color: approx Violet Blue. HEX triplet: 9F, 46 and 9A. RGB value is (159,70,154). Sum of RGB (Red+Green+Blue) = 159+70+154=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F469A is #60B965. Grayscale: #696969. Windows color (decimal): -6338918 or 10110623. OLE color: 10110623.

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

Color convert

RGB15970154-
CMYK00.560.030.38
HSL303.37º38.86%44.9%-
HSV(B)303.37º55.97%62.35%-
XYZ22.3214.0832.11-
YUV106.19154.99165.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=41.51%
G=18.28%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597015400.560.030.38303.3738.8644.9
Hex9F469A03832612f272d
Octal2371062320703464574755
Binary10011111100011010011010011100011100110100101111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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