#9F5694

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

Shades of Violet Blue #9F5694

Tints of Violet Blue #9F5694

Color information

#9F5694 (or 0x9F5694) is unknown color: approx Violet Blue. HEX triplet: 9F, 56 and 94. RGB value is (159,86,148). Sum of RGB (Red+Green+Blue) = 159+86+148=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5694 is #60A96B. Grayscale: #727272. Windows color (decimal): -6334828 or 9721503. OLE color: 9721503.

HSL color Cylindrical-coordinate representation of color #9F5694: hue angle of 309.04º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F5694 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB15986148-
CMYK00.460.070.38
HSL309.04º29.8%48.04%-
HSV(B)309.04º45.91%62.35%-
XYZ22.9716.1629.93-
YUV114.9146.68159.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 86 (33.98% from 255) = 21.88%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=40.46%
G=21.88%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598614800.460.070.38309.0429.848.04
Hex9F569402E7261351e30
Octal2371262240567464653660
Binary10011111101011010010100010111011110011010011010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,86,148); }

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

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

 a { background-color: rgb(159,86,148); }

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

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

 span { border-color: rgb(159,86,148); }

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