#9D43A6

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

Shades of Violet Blue #9D43A6

Tints of Violet Blue #9D43A6

Color information

#9D43A6 (or 0x9D43A6) is unknown color: approx Violet Blue. HEX triplet: 9D, 43 and A6. RGB value is (157,67,166). Sum of RGB (Red+Green+Blue) = 157+67+166=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 166 - color contains mainly: blue. Hex color #9D43A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D43A6 is #62BC59. Grayscale: #686868. Windows color (decimal): -6470746 or 10896285. OLE color: 10896285.

HSL color Cylindrical-coordinate representation of color #9D43A6: hue angle of 294.55º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D43A6 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15767166-
CMYK0.050.6000.35
HSL294.55º42.49%45.69%-
HSV(B)294.55º59.64%65.1%-
XYZ22.7913.9437.56-
YUV105.2162.32164.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.26%
GREEN value IS 67 (26.56% from 255) = 17.18%
BLUE value IS 166 (65.23% from 255) = 42.56%
R=40.26%
G=17.18%
B=42.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal157671660.050.6000.35294.5542.4945.69
Hex9D43A653C0231272a2e
Octal2351032465740434475256
Binary100111011000011101001101011111000100011100100111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D43A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,67,166); }

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

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

 a { background-color: rgb(157,67,166); }

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

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

 span { border-color: rgb(157,67,166); }

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