#9F5095

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

Shades of Violet Blue #9F5095

Tints of Violet Blue #9F5095

Color information

#9F5095 (or 0x9F5095) is unknown color: approx Violet Blue. HEX triplet: 9F, 50 and 95. RGB value is (159,80,149). Sum of RGB (Red+Green+Blue) = 159+80+149=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5095 is #60AF6A. Grayscale: #6F6F6F. Windows color (decimal): -6336363 or 9785503. OLE color: 9785503.

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

Color convert

RGB15980149-
CMYK00.500.060.38
HSL307.59º33.05%46.86%-
HSV(B)307.59º49.69%62.35%-
XYZ22.5915.2830.19-
YUV111.49149.17161.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 80 (31.64% from 255) = 20.62%
BLUE value IS 149 (58.59% from 255) = 38.40%
R=40.98%
G=20.62%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598014900.500.060.38307.5933.0546.86
Hex9F5095032626134212f
Octal2371202250626464644157
Binary100111111010000100101010110010110100110100110100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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