#9F719C

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

Shades of Violet Blue #9F719C

Tints of Violet Blue #9F719C

Color information

#9F719C (or 0x9F719C) is unknown color: approx Violet Blue. HEX triplet: 9F, 71 and 9C. RGB value is (159,113,156). Sum of RGB (Red+Green+Blue) = 159+113+156=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F719C is #608E63. Grayscale: #838383. Windows color (decimal): -6327908 or 10252703. OLE color: 10252703.

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

Color convert

RGB159113156-
CMYK00.290.020.38
HSL303.91º19.33%53.33%-
HSV(B)303.91º28.93%62.35%-
XYZ26.221.5834.24-
YUV131.66141.74147.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.15%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=37.15%
G=26.40%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911315600.290.020.38303.9119.3353.33
Hex9F719C01D2261301335
Octal2371612340352464602365
Binary100111111110001100111000111011010011010011000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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