#9f3da5

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

Shades of Violet Blue #9F3DA5

Tints of Violet Blue #9F3DA5

Color information

#9F3DA5 (or 0x9F3DA5) is unknown color: approx Violet Blue. HEX triplet: 9F, 3D and A5. RGB value is (159,61,165). Sum of RGB (Red+Green+Blue) = 159+61+165=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 165 - color contains mainly: blue. Hex color #9F3DA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3DA5 is #60C25A. Grayscale: #656565. Windows color (decimal): -6341211 or 10829215. OLE color: 10829215.

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

Color convert

RGB15961165-
CMYK0.040.6300.35
HSL296.54º46.02%44.31%-
HSV(B)296.54º63.03%64.71%-
XYZ22.7613.4336.99-
YUV102.16163.47168.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 61 (24.22% from 255) = 15.84%
BLUE value IS 165 (64.84% from 255) = 42.86%
R=41.30%
G=15.84%
B=42.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159611650.040.6300.35296.5446.0244.31
Hex9F3DA543F0231292e2c
Octal237752454770434515654
Binary10011111111101101001011001111110100011100101001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f3da5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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