#9F719E

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

Shades of Violet Blue #9F719E

Tints of Violet Blue #9F719E

Color information

#9F719E (or 0x9F719E) is unknown color: approx Violet Blue. HEX triplet: 9F, 71 and 9E. RGB value is (159,113,158). Sum of RGB (Red+Green+Blue) = 159+113+158=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 159 - color contains mainly: red. Hex color #9F719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F719E is #608E61. Grayscale: #838383. Windows color (decimal): -6327906 or 10383775. OLE color: 10383775.

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

Color convert

RGB159113158-
CMYK00.290.010.38
HSL301.3º19.33%53.33%-
HSV(B)301.3º28.93%62.35%-
XYZ26.3721.6535.14-
YUV131.88142.74147.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.98%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=36.98%
G=26.28%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911315800.290.010.38301.319.3353.33
Hex9F719E01D12612d1335
Octal2371612360351464552365
Binary10011111111000110011110011101110011010010110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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