#9F619E

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

Shades of Violet Blue #9F619E

Tints of Violet Blue #9F619E

Color information

#9F619E (or 0x9F619E) is unknown color: approx Violet Blue. HEX triplet: 9F, 61 and 9E. RGB value is (159,97,158). Sum of RGB (Red+Green+Blue) = 159+97+158=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F619E is #609E61. Grayscale: #7A7A7A. Windows color (decimal): -6332002 or 10379679. OLE color: 10379679.

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

Color convert

RGB15997158-
CMYK00.390.010.38
HSL300.97º24.41%50.2%-
HSV(B)300.97º38.99%62.35%-
XYZ24.7418.3934.59-
YUV122.49148.04154.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.41%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=38.41%
G=23.43%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599715800.390.010.38300.9724.4150.2
Hex9F619E02712612d1832
Octal2371412360471464553062
Binary100111111100001100111100100111110011010010110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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