#9A4198

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

Shades of Violet Blue #9A4198

Tints of Violet Blue #9A4198

Color information

#9A4198 (or 0x9A4198) is unknown color: approx Violet Blue. HEX triplet: 9A, 41 and 98. RGB value is (154,65,152). Sum of RGB (Red+Green+Blue) = 154+65+152=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4198 is #65BE67. Grayscale: #656565. Windows color (decimal): -6667880 or 9978266. OLE color: 9978266.

HSL color Cylindrical-coordinate representation of color #9A4198: hue angle of 301.35º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A4198 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15465152-
CMYK00.580.010.40
HSL301.35º40.64%42.94%-
HSV(B)301.35º57.79%60.39%-
XYZ20.8812.9231.1-
YUV101.53156.49165.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.51%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=41.51%
G=17.52%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546515200.580.010.40301.3540.6442.94
Hex9A419803A12812d292b
Octal2321012300721504555153
Binary1001101010000011001100001110101101000100101101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,65,152); }

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

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

 a { background-color: rgb(154,65,152); }

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

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

 span { border-color: rgb(154,65,152); }

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