#9a6494

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

Shades of Violet Blue #9A6494

Tints of Violet Blue #9A6494

Color information

#9A6494 (or 0x9A6494) is unknown color: approx Violet Blue. HEX triplet: 9A, 64 and 94. RGB value is (154,100,148). Sum of RGB (Red+Green+Blue) = 154+100+148=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6494 is #659B6B. Grayscale: #797979. Windows color (decimal): -6658924 or 9725082. OLE color: 9725082.

HSL color Cylindrical-coordinate representation of color #9A6494: hue angle of 306.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A6494 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB154100148-
CMYK00.350.040.40
HSL306.67º21.26%49.8%-
HSV(B)306.67º35.06%60.39%-
XYZ23.2318.1230.29-
YUV121.62142.89151.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.31%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=38.31%
G=24.88%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410014800.350.040.40306.6721.2649.8
Hex9A64940234281331532
Octal2321442240434504632562
Binary10011010110010010010100010001110010100010011001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a6494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,100,148); }

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

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

 a { background-color: rgb(154,100,148); }

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

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

 span { border-color: rgb(154,100,148); }

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