#9F73A4

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

Shades of Violet Blue #9F73A4

Tints of Violet Blue #9F73A4

Color information

#9F73A4 (or 0x9F73A4) is unknown color: approx Violet Blue. HEX triplet: 9F, 73 and A4. RGB value is (159,115,164). Sum of RGB (Red+Green+Blue) = 159+115+164=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F73A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F73A4 is #608C5B. Grayscale: #858585. Windows color (decimal): -6327388 or 10777503. OLE color: 10777503.

HSL color Cylindrical-coordinate representation of color #9F73A4: hue angle of 293.88º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F73A4 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB159115164-
CMYK0.030.3000.36
HSL293.88º21.21%54.71%-
HSV(B)293.88º29.88%64.31%-
XYZ27.1322.3138-
YUV133.74145.08146.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.30%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 164 (64.45% from 255) = 37.44%
R=36.30%
G=26.26%
B=37.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591151640.030.3000.36293.8821.2154.71
Hex9F73A431E0241261537
Octal2371632443360444462567
Binary100111111110011101001001111110010010010010011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F73A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,115,164); }

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

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

 a { background-color: rgb(159,115,164); }

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

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

 span { border-color: rgb(159,115,164); }

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