#9A428C

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

Shades of Violet Blue #9A428C

Tints of Violet Blue #9A428C

Color information

#9A428C (or 0x9A428C) is unknown color: approx Violet Blue. HEX triplet: 9A, 42 and 8C. RGB value is (154,66,140). Sum of RGB (Red+Green+Blue) = 154+66+140=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 154 - color contains mainly: red. Hex color #9A428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A428C is #65BD73. Grayscale: #646464. Windows color (decimal): -6667636 or 9192090. OLE color: 9192090.

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

Color convert

RGB15466140-
CMYK00.570.090.40
HSL309.55º40%43.14%-
HSV(B)309.55º57.14%60.39%-
XYZ20.0112.6626.2-
YUV100.75150.15165.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.78%
GREEN value IS 66 (26.17% from 255) = 18.33%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=42.78%
G=18.33%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546614000.570.090.40309.554043.14
Hex9A428C039928136282b
Octal23210221407111504665053
Binary1001101010000101000110001110011001101000100110110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,66,140); }

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

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

 a { background-color: rgb(154,66,140); }

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

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

 span { border-color: rgb(154,66,140); }

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