#9F5094

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

Shades of Violet Blue #9F5094

Tints of Violet Blue #9F5094

Color information

#9F5094 (or 0x9F5094) is unknown color: approx Violet Blue. HEX triplet: 9F, 50 and 94. RGB value is (159,80,148). Sum of RGB (Red+Green+Blue) = 159+80+148=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5094 is #60AF6B. Grayscale: #6F6F6F. Windows color (decimal): -6336364 or 9719967. OLE color: 9719967.

HSL color Cylindrical-coordinate representation of color #9F5094: hue angle of 308.35º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5094 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB15980148-
CMYK00.500.070.38
HSL308.35º33.05%46.86%-
HSV(B)308.35º49.69%62.35%-
XYZ22.5115.2529.77-
YUV111.37148.67161.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 80 (31.64% from 255) = 20.67%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=41.09%
G=20.67%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598014800.500.070.38308.3533.0546.86
Hex9F5094032726134212f
Octal2371202240627464644157
Binary100111111010000100101000110010111100110100110100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,80,148); }

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

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

 a { background-color: rgb(159,80,148); }

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

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

 span { border-color: rgb(159,80,148); }

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