#9F3E95

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

Shades of Violet Blue #9F3E95

Tints of Violet Blue #9F3E95

Color information

#9F3E95 (or 0x9F3E95) is unknown color: approx Violet Blue. HEX triplet: 9F, 3E and 95. RGB value is (159,62,149). Sum of RGB (Red+Green+Blue) = 159+62+149=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3E95 is #60C16A. Grayscale: #646464. Windows color (decimal): -6340971 or 9780895. OLE color: 9780895.

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

Color convert

RGB15962149-
CMYK00.610.060.38
HSL306.19º43.89%43.33%-
HSV(B)306.19º61.01%62.35%-
XYZ21.4512.9929.81-
YUV100.92155.14169.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.97%
GREEN value IS 62 (24.61% from 255) = 16.76%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=42.97%
G=16.76%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596214900.610.060.38306.1943.8943.33
Hex9F3E9503D6261322c2b
Octal237762250756464625453
Binary10011111111110100101010111101110100110100110010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,62,149); }

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

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

 a { background-color: rgb(159,62,149); }

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

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

 span { border-color: rgb(159,62,149); }

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