#9F5A8E

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

Shades of Violet Blue #9F5A8E

Tints of Violet Blue #9F5A8E

Color information

#9F5A8E (or 0x9F5A8E) is unknown color: approx Violet Blue. HEX triplet: 9F, 5A and 8E. RGB value is (159,90,142). Sum of RGB (Red+Green+Blue) = 159+90+142=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5A8E is #60A571. Grayscale: #747474. Windows color (decimal): -6333810 or 9329311. OLE color: 9329311.

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

Color convert

RGB15990142-
CMYK00.430.110.38
HSL314.78º27.71%48.82%-
HSV(B)314.78º43.4%62.35%-
XYZ22.8416.6427.6-
YUV116.56142.36158.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.66%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=40.66%
G=23.02%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599014200.430.110.38314.7827.7148.82
Hex9F5A8E02BB2613b1c31
Octal23713221605313464733461
Binary100111111011010100011100101011101110011010011101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,90,142); }

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

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

 a { background-color: rgb(159,90,142); }

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

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

 span { border-color: rgb(159,90,142); }

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