#9A469C

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

Shades of Violet Blue #9A469C

Tints of Violet Blue #9A469C

Color information

#9A469C (or 0x9A469C) is unknown color: approx Violet Blue. HEX triplet: 9A, 46 and 9C. RGB value is (154,70,156). Sum of RGB (Red+Green+Blue) = 154+70+156=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A469C is #65B963. Grayscale: #686868. Windows color (decimal): -6666596 or 10241690. OLE color: 10241690.

HSL color Cylindrical-coordinate representation of color #9A469C: hue angle of 298.6º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A469C is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15470156-
CMYK0.010.5500.39
HSL298.6º38.05%44.31%-
HSV(B)298.6º55.13%61.18%-
XYZ21.5213.6532.95-
YUV104.92156.83163.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.53%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=40.53%
G=18.42%
B=41.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal154701560.010.5500.39298.638.0544.31
Hex9A469C13702712b262c
Octal2321062341670474534654
Binary1001101010001101001110011101110100111100101011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,70,156); }

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

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

 a { background-color: rgb(154,70,156); }

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

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

 span { border-color: rgb(154,70,156); }

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