#9F799E

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

Shades of Violet Blue #9F799E

Tints of Violet Blue #9F799E

Color information

#9F799E (or 0x9F799E) is unknown color: approx Violet Blue. HEX triplet: 9F, 79 and 9E. RGB value is (159,121,158). Sum of RGB (Red+Green+Blue) = 159+121+158=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 159 - color contains mainly: red. Hex color #9F799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F799E is #608661. Grayscale: #888888. Windows color (decimal): -6325858 or 10385823. OLE color: 10385823.

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

Color convert

RGB159121158-
CMYK00.240.010.38
HSL301.58º16.52%54.9%-
HSV(B)301.58º23.9%62.35%-
XYZ27.3123.5135.45-
YUV136.58140.09143.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.30%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 158 (62.11% from 255) = 36.07%
R=36.30%
G=27.63%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912115800.240.010.38301.5816.5254.9
Hex9F799E01812612e1137
Octal2371712360301464562167
Binary10011111111100110011110011000110011010010111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,121,158); }

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

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

 a { background-color: rgb(159,121,158); }

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

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

 span { border-color: rgb(159,121,158); }

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