#9A418A

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

Shades of Violet Blue #9A418A

Tints of Violet Blue #9A418A

Color information

#9A418A (or 0x9A418A) is unknown color: approx Violet Blue. HEX triplet: 9A, 41 and 8A. RGB value is (154,65,138). Sum of RGB (Red+Green+Blue) = 154+65+138=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 154 - color contains mainly: red. Hex color #9A418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A418A is #65BE75. Grayscale: #636363. Windows color (decimal): -6667894 or 9060762. OLE color: 9060762.

HSL color Cylindrical-coordinate representation of color #9A418A: hue angle of 310.79º 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 #9A418A is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB15465138-
CMYK00.580.100.40
HSL310.79º40.64%42.94%-
HSV(B)310.79º57.79%60.39%-
XYZ19.812.4925.41-
YUV99.93149.49166.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.14%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=43.14%
G=18.21%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546513800.580.100.40310.7940.6442.94
Hex9A418A03AA28137292b
Octal23210121207212504675153
Binary1001101010000011000101001110101010101000100110111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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