#9A6191

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

Shades of Violet Blue #9A6191

Tints of Violet Blue #9A6191

Color information

#9A6191 (or 0x9A6191) is unknown color: approx Violet Blue. HEX triplet: 9A, 61 and 91. RGB value is (154,97,145). Sum of RGB (Red+Green+Blue) = 154+97+145=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6191 is #659E6E. Grayscale: #777777. Windows color (decimal): -6659695 or 9527706. OLE color: 9527706.

HSL color Cylindrical-coordinate representation of color #9A6191: hue angle of 309.47º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A6191 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB15497145-
CMYK00.370.060.40
HSL309.47º22.71%49.22%-
HSV(B)309.47º37.01%60.39%-
XYZ22.7117.4628.96-
YUV119.52142.38152.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.89%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 145 (57.03% from 255) = 36.62%
R=38.89%
G=24.49%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1549714500.370.060.40309.4722.7149.22
Hex9A61910256281351731
Octal2321412210456504652761
Binary10011010110000110010001010010111010100010011010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,97,145); }

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

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

 a { background-color: rgb(154,97,145); }

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

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

 span { border-color: rgb(154,97,145); }

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