#9A6D94

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

Shades of Violet Blue #9A6D94

Tints of Violet Blue #9A6D94

Color information

#9A6D94 (or 0x9A6D94) is unknown color: approx Violet Blue. HEX triplet: 9A, 6D and 94. RGB value is (154,109,148). Sum of RGB (Red+Green+Blue) = 154+109+148=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6D94 is #65926B. Grayscale: #7E7E7E. Windows color (decimal): -6656620 or 9727386. OLE color: 9727386.

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

Color convert

RGB154109148-
CMYK00.290.040.40
HSL308º18.22%51.57%-
HSV(B)308º29.22%60.39%-
XYZ24.1419.9530.59-
YUV126.9139.91147.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.47%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=37.47%
G=26.52%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410914800.290.040.4030818.2251.57
Hex9A6D9401D4281341234
Octal2321552240354504642264
Binary1001101011011011001010001110110010100010011010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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