#9F5DA5

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

Shades of Violet Blue #9F5DA5

Tints of Violet Blue #9F5DA5

Color information

#9F5DA5 (or 0x9F5DA5) is unknown color: approx Violet Blue. HEX triplet: 9F, 5D and A5. RGB value is (159,93,165). Sum of RGB (Red+Green+Blue) = 159+93+165=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 165 - color contains mainly: blue. Hex color #9F5DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5DA5 is #60A25A. Grayscale: #787878. Windows color (decimal): -6333019 or 10837407. OLE color: 10837407.

HSL color Cylindrical-coordinate representation of color #9F5DA5: hue angle of 295º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5DA5 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15993165-
CMYK0.040.4400.35
HSL295º28.57%50.59%-
HSV(B)295º43.64%64.71%-
XYZ2517.9237.74-
YUV120.94152.87155.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 165 (64.84% from 255) = 39.57%
R=38.13%
G=22.30%
B=39.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159931650.040.4400.3529528.5750.59
Hex9F5DA542C0231271d33
Octal2371352454540434473563
Binary10011111101110110100101100101100010001110010011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,93,165); }

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

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

 a { background-color: rgb(159,93,165); }

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

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

 span { border-color: rgb(159,93,165); }

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