#9F3A9C

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

Shades of Violet Blue #9F3A9C

Tints of Violet Blue #9F3A9C

Color information

#9F3A9C (or 0x9F3A9C) is unknown color: approx Violet Blue. HEX triplet: 9F, 3A and 9C. RGB value is (159,58,156). Sum of RGB (Red+Green+Blue) = 159+58+156=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3A9C is #60C563. Grayscale: #636363. Windows color (decimal): -6341988 or 10238623. OLE color: 10238623.

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

Color convert

RGB15958156-
CMYK00.640.020.38
HSL301.78º46.54%42.55%-
HSV(B)301.78º63.52%62.35%-
XYZ21.8112.832.77-
YUV99.37159.96170.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 58 (23.05% from 255) = 15.55%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=42.63%
G=15.55%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595815600.640.020.38301.7846.5442.55
Hex9F3A9C04022612e2f2b
Octal2377223401002464565753
Binary10011111111010100111000100000010100110100101110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,58,156); }

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

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

 a { background-color: rgb(159,58,156); }

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

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

 span { border-color: rgb(159,58,156); }

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