#9F3A9B

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

Shades of Violet Blue #9F3A9B

Tints of Violet Blue #9F3A9B

Color information

#9F3A9B (or 0x9F3A9B) is unknown color: approx Violet Blue. HEX triplet: 9F, 3A and 9B. RGB value is (159,58,155). Sum of RGB (Red+Green+Blue) = 159+58+155=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3A9B is #60C564. Grayscale: #626262. Windows color (decimal): -6341989 or 10173087. OLE color: 10173087.

HSL color Cylindrical-coordinate representation of color #9F3A9B: hue angle of 302.38º 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 #9F3A9B is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15958155-
CMYK00.640.030.38
HSL302.38º46.54%42.55%-
HSV(B)302.38º63.52%62.35%-
XYZ21.7312.7632.33-
YUV99.26159.46170.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.74%
GREEN value IS 58 (23.05% from 255) = 15.59%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=42.74%
G=15.59%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595815500.640.030.38302.3846.5442.55
Hex9F3A9B04032612e2f2b
Octal2377223301003464565753
Binary10011111111010100110110100000011100110100101110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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