#9F3E92

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

Shades of Violet Blue #9F3E92

Tints of Violet Blue #9F3E92

Color information

#9F3E92 (or 0x9F3E92) is unknown color: approx Violet Blue. HEX triplet: 9F, 3E and 92. RGB value is (159,62,146). Sum of RGB (Red+Green+Blue) = 159+62+146=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3E92 is #60C16D. Grayscale: #646464. Windows color (decimal): -6340974 or 9584287. OLE color: 9584287.

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

Color convert

RGB15962146-
CMYK00.610.080.38
HSL308.04º43.89%43.33%-
HSV(B)308.04º61.01%62.35%-
XYZ21.2112.8928.56-
YUV100.58153.64169.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.32%
GREEN value IS 62 (24.61% from 255) = 16.89%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=43.32%
G=16.89%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596214600.610.080.38308.0443.8943.33
Hex9F3E9203D8261342c2b
Octal2377622207510464645453
Binary100111111111101001001001111011000100110100110100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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