#9F5692

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

Shades of Violet Blue #9F5692

Tints of Violet Blue #9F5692

Color information

#9F5692 (or 0x9F5692) is unknown color: approx Violet Blue. HEX triplet: 9F, 56 and 92. RGB value is (159,86,146). Sum of RGB (Red+Green+Blue) = 159+86+146=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5692 is #60A96D. Grayscale: #727272. Windows color (decimal): -6334830 or 9590431. OLE color: 9590431.

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

Color convert

RGB15986146-
CMYK00.460.080.38
HSL310.68º29.8%48.04%-
HSV(B)310.68º45.91%62.35%-
XYZ22.8116.129.1-
YUV114.67145.68159.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.66%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 146 (57.42% from 255) = 37.34%
R=40.66%
G=21.99%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598614600.460.080.38310.6829.848.04
Hex9F569202E8261371e30
Octal23712622205610464673660
Binary100111111010110100100100101110100010011010011011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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