#9A429D

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

Shades of Violet Blue #9A429D

Tints of Violet Blue #9A429D

Color information

#9A429D (or 0x9A429D) is unknown color: approx Violet Blue. HEX triplet: 9A, 42 and 9D. RGB value is (154,66,157). Sum of RGB (Red+Green+Blue) = 154+66+157=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A429D is #65BD62. Grayscale: #666666. Windows color (decimal): -6667619 or 10306202. OLE color: 10306202.

HSL color Cylindrical-coordinate representation of color #9A429D: hue angle of 298.02º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A429D is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15466157-
CMYK0.020.5800.38
HSL298.02º40.81%43.73%-
HSV(B)298.02º57.96%61.57%-
XYZ21.3613.233.32-
YUV102.69158.65164.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.85%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=40.85%
G=17.51%
B=41.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154661570.020.5800.38298.0240.8143.73
Hex9A429D23A02612a292c
Octal2321022352720464525154
Binary10011010100001010011101101110100100110100101010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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