#9C719F

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

Shades of Violet Blue #9C719F

Tints of Violet Blue #9C719F

Color information

#9C719F (or 0x9C719F) is unknown color: approx Violet Blue. HEX triplet: 9C, 71 and 9F. RGB value is (156,113,159). Sum of RGB (Red+Green+Blue) = 156+113+159=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C719F is #638E60. Grayscale: #828282. Windows color (decimal): -6524513 or 10449308. OLE color: 10449308.

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

Color convert

RGB156113159-
CMYK0.020.2900.38
HSL296.09º19.33%53.33%-
HSV(B)296.09º28.93%62.35%-
XYZ25.8721.3835.56-
YUV131.1143.75145.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561131590.020.2900.38296.0919.3353.33
Hex9C719F21D0261281335
Octal2341612372350464502365
Binary100111001110001100111111011101010011010010100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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