#9F789C

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

Shades of Violet Blue #9F789C

Tints of Violet Blue #9F789C

Color information

#9F789C (or 0x9F789C) is unknown color: approx Violet Blue. HEX triplet: 9F, 78 and 9C. RGB value is (159,120,156). Sum of RGB (Red+Green+Blue) = 159+120+156=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 159 - color contains mainly: red. Hex color #9F789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F789C is #608763. Grayscale: #878787. Windows color (decimal): -6326116 or 10254495. OLE color: 10254495.

HSL color Cylindrical-coordinate representation of color #9F789C: hue angle of 304.62º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F789C is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB159120156-
CMYK00.250.020.38
HSL304.62º16.88%54.71%-
HSV(B)304.62º24.53%62.35%-
XYZ27.0223.234.51-
YUV135.76139.42144.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.55%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=36.55%
G=27.59%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912015600.250.020.38304.6216.8854.71
Hex9F789C0192261311137
Octal2371702340312464612167
Binary100111111111000100111000110011010011010011000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,120,156); }

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

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

 a { background-color: rgb(159,120,156); }

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

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

 span { border-color: rgb(159,120,156); }

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