#9A719E

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

Shades of Violet Blue #9A719E

Tints of Violet Blue #9A719E

Color information

#9A719E (or 0x9A719E) is unknown color: approx Violet Blue. HEX triplet: 9A, 71 and 9E. RGB value is (154,113,158). Sum of RGB (Red+Green+Blue) = 154+113+158=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A719E is #658E61. Grayscale: #828282. Windows color (decimal): -6655586 or 10383770. OLE color: 10383770.

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

Color convert

RGB154113158-
CMYK0.030.2800.38
HSL294.67º18.83%53.14%-
HSV(B)294.67º28.48%61.96%-
XYZ25.421.1535.09-
YUV130.39143.58144.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.24%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=36.24%
G=26.59%
B=37.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541131580.030.2800.38294.6718.8353.14
Hex9A719E31C0261271335
Octal2321612363340464472365
Binary100110101110001100111101111100010011010010011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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